Skip to content

Commit

Permalink
Merge pull request projectcalico#6 from tomdee/fix-dep
Browse files Browse the repository at this point in the history
Makefile: Don't update the dep lock file
  • Loading branch information
tomdee authored Sep 4, 2018
2 parents e4366ca + e4e393f commit b8d5766
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 @@ -129,7 +129,7 @@ build: bin/flexvol-$(ARCH)

## Create the vendor directory
vendor: Gopkg.toml
$(DOCKER_GO_BUILD) dep ensure
$(DOCKER_GO_BUILD) dep ensure -vendor-only

bin/flexvol-amd64: ARCH=amd64
bin/flexvol-arm64: ARCH=arm64
Expand Down

0 comments on commit b8d5766

Please sign in to comment.