mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 09:40:41 -04:00
Removed -e
This commit is contained in:
parent
ffd0d6d148
commit
283ccbfc45
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh -xe
|
||||
#!/bin/sh -x
|
||||
# Download and run Boulder instance for integration testing
|
||||
|
||||
export GOPATH="${GOPATH:-/tmp/go}"
|
||||
|
||||
go get -d github.com/letsencrypt/boulder
|
||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||
./start.py &
|
||||
# Hopefully start.py bootstraps before integration test is started...
|
||||
|
|
|
|||
Loading…
Reference in a new issue