Skip to content

Commit

Permalink
Run glide install with --strip-vendor (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar authored and jtblin committed Apr 26, 2017
1 parent 68ab0a8 commit a83671b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setup:
go get -v -u github.com/alecthomas/gometalinter
go get -v -u github.com/jstemmer/go-junit-report
gometalinter --install --update
glide install
glide install --strip-vendor

build: *.go fmt
go build -o build/bin/$(ARCH)/$(BINARY_NAME) $(GOBUILD_VERSION_ARGS) github.com/jtblin/$(BINARY_NAME)
Expand Down

0 comments on commit a83671b

Please sign in to comment.