diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-07-28 21:05:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 21:05:23 +0200 |
commit | 509ad4280fef8773825fcbd6e5f8927f2b421f32 (patch) | |
tree | 50752faf68918be4dacfc50cf7273e1d77584caf /Makefile | |
parent | 5eb06e75928736eb5dcb47273c03cfcbeac0a1a1 (diff) | |
parent | a53a0fca96f8d90d6a1078066618627aa9829267 (diff) | |
download | podman-509ad4280fef8773825fcbd6e5f8927f2b421f32.tar.gz podman-509ad4280fef8773825fcbd6e5f8927f2b421f32.tar.bz2 podman-509ad4280fef8773825fcbd6e5f8927f2b421f32.zip |
Merge pull request #14719 from cevich/use_preinstalled_bats
Cirrus: Use pre-installed bats
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -829,7 +829,7 @@ install.systemd: endif .PHONY: install.tools -install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install needed tools +install.tools: .install.ginkgo .install.golangci-lint ## Install needed tools make -C test/tools .PHONY: .install.ginkgo @@ -846,10 +846,6 @@ install.tools: .install.ginkgo .install.golangci-lint .install.bats ## Install n make -C test/tools build/go-md2man ; \ fi -.PHONY: .install.bats -.install.bats: - VERSION=v1.1.0 ./hack/install_bats.sh - .PHONY: .install.pre-commit .install.pre-commit: if [ -z "$(PRE_COMMIT)" ]; then \ |