mirror of https://github.com/gogs/gogs.git
docker: use vendor to replace go get
parent
1038916460
commit
30d9e2ee3c
|
@ -14,6 +14,4 @@ config.codekit
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.gitignore
|
.gitignore
|
||||||
Dockerfile*
|
Dockerfile*
|
||||||
vendor
|
|
||||||
vendor/**
|
|
||||||
gogs
|
gogs
|
||||||
|
|
|
@ -16,7 +16,6 @@ ln -s /app/gogs/build ${GOPATH}/src/github.com/gogits/gogs
|
||||||
cd ${GOPATH}/src/github.com/gogits/gogs
|
cd ${GOPATH}/src/github.com/gogits/gogs
|
||||||
# Needed since git 2.9.3 or 2.9.4
|
# Needed since git 2.9.3 or 2.9.4
|
||||||
git config --global http.https://gopkg.in.followRedirects true
|
git config --global http.https://gopkg.in.followRedirects true
|
||||||
go get -v -tags "sqlite cert pam" ./...
|
|
||||||
make build TAGS="sqlite cert pam"
|
make build TAGS="sqlite cert pam"
|
||||||
|
|
||||||
# Cleanup GOPATH
|
# Cleanup GOPATH
|
||||||
|
|
Loading…
Reference in New Issue