1
0

Fix CI breakage due to Boulder (#554)

Boulder master is currently broken on Docker:
https://github.com/letsencrypt/boulder/issues/4284
This commit is contained in:
Nicolas Duchon 2019-06-23 18:42:59 +02:00 committed by GitHub
parent 33b7d93196
commit 33d1514a62
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -7,9 +7,10 @@ acme_endpoint='http://boulder:4000/directory'
setup_boulder() {
export GOPATH=${TRAVIS_BUILD_DIR}/go
[[ ! -d $GOPATH/src/github.com/letsencrypt/boulder ]] \
&& git clone --depth=1 https://github.com/letsencrypt/boulder \
&& git clone https://github.com/letsencrypt/boulder \
$GOPATH/src/github.com/letsencrypt/boulder
pushd $GOPATH/src/github.com/letsencrypt/boulder
git checkout release-2019-06-17
if [[ "$(uname)" == 'Darwin' ]]; then
# Set Standard Ports
sed -i '' 's/ 5002/ 80/g' test/config/va.json