Skip to content

Commit

Permalink
do not run "go mod tidy" on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Aug 9, 2019
1 parent 1cd18bc commit 70aa35b
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 70aa35b

Please sign in to comment.