v0.7.19 has a crash bug

This commit is contained in:
Girish Ramakrishnan 2015-11-24 13:17:18 -08:00
parent a983cc6d83
commit 8a27a83c89
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,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 v0.7.19 && \
git reset --hard b2fb7e3fd27f360e65ee60b93cad7d5d9832f818 && \
go get ./... && \
go build && \
go install && \