mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Check out Boulder master instead of branch.
This commit is contained in:
parent
75b384727d
commit
c01e2c259a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
set -xe
|
||||
|
||||
# Check out special branch until latest docker changes land in Boulder master.
|
||||
git clone -b rev-rev https://github.com/letsencrypt/boulder $BOULDERPATH
|
||||
git clone 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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# >>>> only tested on Ubuntu 14.04LTS <<<<
|
||||
|
||||
# Check out special branch until latest docker changes land in Boulder master.
|
||||
git clone -b rev-rev https://github.com/letsencrypt/boulder $BOULDERPATH
|
||||
git clone 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue