1
0

ci: fix integration test with Boulder

This commit is contained in:
Nicolas Duchon 2022-12-03 19:27:05 +01:00
parent a0c0e2bddf
commit 7599550805
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7
2 changed files with 3 additions and 1 deletions

@ -10,7 +10,7 @@ setup_boulder() {
&& git clone https://github.com/letsencrypt/boulder \
"$GOPATH/src/github.com/letsencrypt/boulder"
pushd "$GOPATH/src/github.com/letsencrypt/boulder"
git checkout release-2020-12-14
git checkout release-2022-11-29
if [[ "$(uname)" == 'Darwin' ]]; then
# Set Standard Ports
for file in test/config/va.json test/config/va-remote-a.json test/config/va-remote-b.json; do

@ -128,9 +128,11 @@ EOF
if [[ "$ACME_CA" == 'boulder' ]]; then
# Stop and remove boulder
docker stop boulder
docker-compose --project-name 'boulder' \
--file "${GITHUB_WORKSPACE}/go/src/github.com/letsencrypt/boulder/docker-compose.yml" \
down --volumes
docker rm boulder
elif [[ "$ACME_CA" == 'pebble' ]]; then
docker network rm acme_net
[[ -f "${GITHUB_WORKSPACE}/pebble.minica.pem" ]] && rm "${GITHUB_WORKSPACE}/pebble.minica.pem"