From b832d3aeccb0cb8a916ad1421fd396a3d25c12fe Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:40:18 +0200 Subject: [PATCH] Remove usage of old ACME test container. (#760) (#761) (cherry picked from commit 7810e2c3bf5c939970556f2a22f317c39930e343) Co-authored-by: Felix Fontein --- tests/utils/shippable/cloud.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils/shippable/cloud.sh b/tests/utils/shippable/cloud.sh index 811e558f..d76c3228 100755 --- a/tests/utils/shippable/cloud.sh +++ b/tests/utils/shippable/cloud.sh @@ -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}"