From 3acb7e87ca9080ecbf629be4159807db8cf101ea Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 May 2024 15:32:20 +0200 Subject: [PATCH] Remove usage of old ACME test container. --- tests/utils/shippable/generic.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/utils/shippable/generic.sh b/tests/utils/shippable/generic.sh index 34532791e..5fd1fb55a 100755 --- a/tests/utils/shippable/generic.sh +++ b/tests/utils/shippable/generic.sh @@ -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}"