aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-27 14:04:48 -0400
committerUnknwon <u@gogs.io>2017-03-27 14:04:48 -0400
commit30d9e2ee3cd07c4076cba23db61bca59f31d75da (patch)
tree92e03cde6060e52ebfe746179d00888327123624 /docker
parent1038916460a7ed2fa559bcf2f14b2eecb6ddaad6 (diff)
docker: use vendor to replace go get
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh
index 2cc188d5..e970531a 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -16,7 +16,6 @@ ln -s /app/gogs/build ${GOPATH}/src/github.com/gogits/gogs
cd ${GOPATH}/src/github.com/gogits/gogs
# Needed since git 2.9.3 or 2.9.4
git config --global http.https://gopkg.in.followRedirects true
-go get -v -tags "sqlite cert pam" ./...
make build TAGS="sqlite cert pam"
# Cleanup GOPATH