mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 23:50:59 +00:00
First LDAP user does not become admin anymore
This commit is contained in:
parent
4d15edc19f
commit
70f0cdf3a2
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 && \
|
||||
git clone https://github.com/gogits/gogs.git && \
|
||||
cd gogs && \
|
||||
git reset --hard 6235bd1fe9ed15c9a889f72e4fe2880189963306 && \
|
||||
git reset --hard 47ac579f092cef9128fa0c74798ecaffa2c888f9 && \
|
||||
go get ./... && \
|
||||
go build && \
|
||||
go install && \
|
||||
|
|
Loading…
Reference in a new issue