Remove usage of old ACME test container. (#760) (#761)

(cherry picked from commit 7810e2c3bf)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/765/head
patchback[bot] 2024-05-20 16:40:18 +02:00 committed by GitHub
parent 2809bdc201
commit b832d3aecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ target="shippable/${cloud}/group${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}"