Use the develop branch which has password requirements fixed

This commit is contained in:
Girish Ramakrishnan 2015-08-17 11:40:40 -07:00
parent 48a910e865
commit 8502a2cd69
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ RUN mkdir -p /home/cloudron/gows /home/cloudron/gogs
## TODO: use redis as well
RUN mkdir -p ${GOPATH}/src/github.com/gogits && \
cd ${GOPATH}/src/github.com/gogits && \
git clone https://github.com/cloudron-io/gogs.git && \
git clone https://github.com/gogits/gogs.git && \
cd gogs && \
git reset --hard 7fd7dfdefc8990a4c3bbabcf40870c8f9a367f5a && \
git reset --hard 71fd10dd37af16ce540ae151b51faffbc3ef2d84 && \
go get ./... && \
go build && \
go install && \