Skip to content

Commit

Permalink
Merge pull request thanos-io#9 from paulfantom/localbuild
Browse files Browse the repository at this point in the history
do not run "go mod tidy" on every build
  • Loading branch information
openshift-merge-robot authored Aug 9, 2019
2 parents 1cd18bc + 70aa35b commit 2855d1c
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 @@ -106,7 +106,7 @@ assets: $(GOBINDATA)

# build builds Thanos binary using `promu`.
.PHONY: build
build: check-git go-mod-tidy $(PROMU)
build: check-git $(PROMU)
@echo ">> building binaries $(GOBIN)"
@$(PROMU) build --prefix $(PREFIX)

Expand Down

0 comments on commit 2855d1c

Please sign in to comment.