forked from cloudron-apps/gitea-app
Set IsAdmin using LDAP
This commit is contained in:
parent
6c4e5d83f7
commit
3ac28443a2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
|
||||||
cd ${GOPATH}/src/github.com/gogits && \
|
cd ${GOPATH}/src/github.com/gogits && \
|
||||||
git clone https://github.com/gogits/gogs.git && \
|
git clone https://github.com/gogits/gogs.git && \
|
||||||
cd gogs && \
|
cd gogs && \
|
||||||
git reset --hard 54b52de6eed4eb2f76620c48189ba3167c290121 && \
|
git reset --hard 24d7a86a8d35aa1fadf05deaa10e141d33ea6632 && \
|
||||||
go get ./... && \
|
go get ./... && \
|
||||||
go build && \
|
go build && \
|
||||||
go install && \
|
go install && \
|
||||||
|
|
Loading…
Reference in a new issue