Skip to content

Commit 36ccb27

Browse files
authored
Fix make dependencies recipe (#871)
Fix make dependencies recipe
2 parents ef8bc48 + 999325f commit 36ccb27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ ci-e2e: packages
4242
-must-run \
4343
-gitbase-bin="$(TRAVIS_BUILD_DIR)/build/gitbase_linux_amd64/gitbase" \
4444
-gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v
45+
dependencies:
46+
GO111MODULE=on go get -v ./...

0 commit comments

Comments
 (0)