mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Installs goose for boulder's create_db.sh
This commit is contained in:
@@ -7,6 +7,8 @@ export GOPATH="${GOPATH:-/tmp/go}"
|
|||||||
# see `go help packages`
|
# see `go help packages`
|
||||||
go get -d github.com/letsencrypt/boulder/...
|
go get -d github.com/letsencrypt/boulder/...
|
||||||
cd $GOPATH/src/github.com/letsencrypt/boulder
|
cd $GOPATH/src/github.com/letsencrypt/boulder
|
||||||
|
# goose is needed for ./test/create_db.sh
|
||||||
|
go get bitbucket.org/liamstask/goose/cmd/goose
|
||||||
./test/create_db.sh
|
./test/create_db.sh
|
||||||
./start.py &
|
./start.py &
|
||||||
# Hopefully start.py bootstraps before integration test is started...
|
# Hopefully start.py bootstraps before integration test is started...
|
||||||
|
|||||||
Reference in New Issue
Block a user