Removed go get from build scripts since we have these in vendor already

This commit is contained in:
Chris Bednarski 2016-02-05 13:42:27 -08:00
parent 93547ad91c
commit c10e0eb398
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ fi
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd}
# Install dependencies
echo "==> Getting dependencies..."
go get -d ./...
# Delete the old dir
echo "==> Removing old directory..."
rm -f bin/*