Skip to content

Commit

Permalink
Remove usage of old ACME test container. (ansible-collections#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored and austinlucaslake committed May 25, 2024
1 parent 53b360b commit 8800e62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/utils/shippable/generic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 8800e62

Please sign in to comment.