mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Removed go get from build scripts since we have these in vendor already
This commit is contained in:
parent
93547ad91c
commit
c10e0eb398
1 changed files with 0 additions and 4 deletions
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue