Skip to content

Commit

Permalink
chore(vendor) Fetch dep together with dependencies within build script
Browse files Browse the repository at this point in the history
  • Loading branch information
springerigor authored and mefellows committed May 16, 2018
1 parent a2e7d4b commit 7b3fb79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ echo "==> Go version ${VERSION}"

echo "==> Getting dependencies..."
go get github.com/mitchellh/gox
# Fetch dependencies using `dep`
go get github.com/golang/dep/cmd/dep
dep ensure -v -vendor-only


echo "==> Creating binaries..."
gox -os="darwin" -arch="amd64" -output="build/pact-go_{{.OS}}_{{.Arch}}"
Expand Down

0 comments on commit 7b3fb79

Please sign in to comment.