Removed go get

This commit is contained in:
Brad Warren 2015-08-05 17:13:10 -07:00
parent 62ea10cd6c
commit ffd0d6d148

View file

@ -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...