Skip to content

Commit

Permalink
Fix container build (#879)
Browse files Browse the repository at this point in the history
Fix container build
  • Loading branch information
ajnavarro authored Jun 18, 2019
2 parents 6256c4e + 981ff5b commit 044fcad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ WORKDIR $GITBASE_PATH

ENV GO_BUILD_ARGS="-o /bin/gitbase"
ENV GO_BUILD_PATH="./cmd/gitbase"
ENV GO111MODULE=on

RUN make static-build

#=================================
Expand Down
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ ci-e2e: packages
-must-run \
-gitbase-bin="$(TRAVIS_BUILD_DIR)/build/gitbase_linux_amd64/gitbase" \
-gitbase-repos="$(TRAVIS_BUILD_DIR)/.." -v
dependencies:
GO111MODULE=on go get -v ./...

0 comments on commit 044fcad

Please sign in to comment.