Skip to content

Commit

Permalink
Use latest Boulder for integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Feb 6, 2017
1 parent f12dc84 commit 64ebb0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,8 @@ before_install:
# test has failed
env:
global:
- BOULDERPATH=$PWD/boulder/
- GOPATH=$PWD/gopath
- BOULDERPATH=$GOPATH/src/github.com/letsencrypt/boulder/

matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion tests/boulder-fetch.sh
Expand Up @@ -3,7 +3,7 @@
set -xe

# Check out special branch until latest docker changes land in Boulder master.
git clone -b docker-integration https://github.com/letsencrypt/boulder $BOULDERPATH
git clone --depth=1 https://github.com/letsencrypt/boulder $BOULDERPATH
cd $BOULDERPATH
FAKE_DNS=$(ifconfig docker0 | grep "inet addr:" | cut -d: -f2 | awk '{ print $1}')
sed -i "s/FAKE_DNS: .*/FAKE_DNS: $FAKE_DNS/" docker-compose.yml
Expand Down

0 comments on commit 64ebb0b

Please sign in to comment.