From 7f6db5c4d9fbfdc23b77f18db3c2e961974441f1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 5 Aug 2020 08:24:00 +0200 Subject: [PATCH] Run ACME tests with the latest ACME test container (https://github.com/ansible/acme-test-container/releases/tag/2.0.0). (#98) ci_complete --- tests/utils/shippable/cloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/shippable/cloud.sh b/tests/utils/shippable/cloud.sh index d76c3228..811e558f 100755 --- a/tests/utils/shippable/cloud.sh +++ b/tests/utils/shippable/cloud.sh @@ -14,6 +14,7 @@ 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}"