Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Do a git submodule update every time we enter the build container.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Jan 13, 2016
1 parent c098aef commit 6684ae8
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 @@ -78,7 +78,7 @@ lint: $(BUILD_UPTODATE) tools/.git
ifeq ($(BUILD_IN_CONTAINER),true)

$(EXES) tests lint:
@if [ -z "$$(find vendor -type f -print -quit)" ] ; then git submodule update --init ; fi
git submodule update
@mkdir -p $(shell pwd)/.pkg
$(SUDO) docker run $(RM) $(RUN_FLAGS) \
-v $(shell pwd):/go/src/github.com/weaveworks/weave \
Expand Down

0 comments on commit 6684ae8

Please sign in to comment.