mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Removed go get
This commit is contained in:
parent
62ea10cd6c
commit
ffd0d6d148
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
|||
# 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