Remove usage of old ACME test container. (#760)
parent
5d4cbbb038
commit
7810e2c3bf
|
@ -16,7 +16,6 @@ target="azp/generic/${group}/"
|
|||
stage="${S:-prod}"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
export ANSIBLE_ACME_CONTAINER=quay.io/ansible/acme-test-container:2.0.0 # use new container until
|
||||
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
|
||||
--remote-terminate always --remote-stage "${stage}" \
|
||||
--docker --python "${python}"
|
||||
|
|
Loading…
Reference in New Issue