Skip to content

Commit

Permalink
Merge branch 'master' into gui
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNavigat committed May 25, 2016
2 parents 74f5c85 + 5f1ead8 commit 15d1bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/boulder-fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/letstest/scripts/boulder_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15d1bbe

Please sign in to comment.