We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6256c4e + 981ff5b commit 044fcadCopy full SHA for 044fcad
Dockerfile
@@ -13,6 +13,8 @@ WORKDIR $GITBASE_PATH
13
14
ENV GO_BUILD_ARGS="-o /bin/gitbase"
15
ENV GO_BUILD_PATH="./cmd/gitbase"
16
+ENV GO111MODULE=on
17
+
18
RUN make static-build
19
20
#=================================
Makefile
@@ -42,5 +42,3 @@ ci-e2e: packages
42
-must-run \
43
-gitbase-bin="$(TRAVIS_BUILD_DIR)/build/gitbase_linux_amd64/gitbase" \
44
-gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v
45
-dependencies:
46
- GO111MODULE=on go get -v ./...
0 commit comments