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.
1 parent 5d4cbbb commit 7810e2cCopy full SHA for 7810e2c
tests/utils/shippable/generic.sh
@@ -16,7 +16,6 @@ target="azp/generic/${group}/"
16
stage="${S:-prod}"
17
18
# shellcheck disable=SC2086
19
-export ANSIBLE_ACME_CONTAINER=quay.io/ansible/acme-test-container:2.0.0 # use new container until
20
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
21
--remote-terminate always --remote-stage "${stage}" \
22
--docker --python "${python}"
0 commit comments