aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-07-28 21:05:23 +0200
committerGitHub <noreply@github.com>2022-07-28 21:05:23 +0200
commit509ad4280fef8773825fcbd6e5f8927f2b421f32 (patch)
tree50752faf68918be4dacfc50cf7273e1d77584caf /Makefile
parent5eb06e75928736eb5dcb47273c03cfcbeac0a1a1 (diff)
parenta53a0fca96f8d90d6a1078066618627aa9829267 (diff)
downloadpodman-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--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ca4b17d8f..ad4b0f594 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \