Skip to content

Commit

Permalink
Set $SRC_PATH as required by the build container (prometheus#113)
Browse files Browse the repository at this point in the history
This was missed in the earlier change to use the image from build-tools.
  • Loading branch information
bboreham committed Jul 27, 2018
1 parent 64d0cdc commit fa86fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ lint test shell:
$(SUDO) docker run $(RM) -ti \
-v $(shell pwd)/.pkg:/go/pkg \
-v $(shell pwd):/go/src/github.com/weaveworks/common \
-e SRC_PATH=/go/src/github.com/weaveworks/common \
$(BUILD_IMAGE) $@

else
Expand Down

0 comments on commit fa86fef

Please sign in to comment.