We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c095aa + 26cde03 commit 73d60dfCopy full SHA for 73d60df
Makefile
@@ -4,7 +4,7 @@ PY_PACKAGE := ansible-bender
4
# container image with ab inside
5
CONT_IMG := $(PY_PACKAGE)
6
ANSIBLE_BENDER := python3 -m ansible_bender.cli
7
-PYTEST_EXEC := pytest-3
+PYTEST_EXEC := pytest
8
9
build-ab-img: contrib/pre-setup.yml
10
$(ANSIBLE_BENDER) build -- ./contrib/pre-setup.yml $(BASE_IMAGE) $(CONT_IMG)
0 commit comments