mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Merge pull request #710 from kuba/boulder-start-fixes
boulder-start.sh fixes
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/sh -xe
|
||||
# Download and run Boulder instance for integration testing
|
||||
|
||||
export GOPATH="${GOPATH:-/tmp/go}"
|
||||
|
||||
go get -d github.com/letsencrypt/boulder
|
||||
# `/...` avoids `no buildable Go source files` errors, for more info
|
||||
# see `go help packages`
|
||||
go get -d github.com/letsencrypt/boulder/...
|
||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||
./test/create_db.sh
|
||||
./start.py &
|
||||
|
||||
Reference in New Issue
Block a user