Merge pull request #3070 from jsha/test-set-gopath

Check out a specific version of Boulder.
This commit is contained in:
bmw 2016-05-25 15:53:09 -07:00
commit 5f1ead81cb
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
set -xe
# Check out special branch until latest docker changes land in Boulder master.
git clone https://github.com/letsencrypt/boulder $BOULDERPATH
git clone -b docker-integration https://github.com/letsencrypt/boulder $BOULDERPATH
cd $BOULDERPATH
sed -i 's/FAKE_DNS: .*/FAKE_DNS: 172.17.42.1/' docker-compose.yml
docker-compose up -d

View file

@ -3,7 +3,7 @@
# >>>> only tested on Ubuntu 14.04LTS <<<<
# Check out special branch until latest docker changes land in Boulder master.
git clone https://github.com/letsencrypt/boulder $BOULDERPATH
git clone -b docker-integration https://github.com/letsencrypt/boulder $BOULDERPATH
cd $BOULDERPATH
sed -i 's/FAKE_DNS: .*/FAKE_DNS: 172.17.42.1/' docker-compose.yml
docker-compose up -d