1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-26 06:57:26 +00:00

Fix translations

This commit is contained in:
Girish Ramakrishnan
2015-08-19 11:45:08 -07:00
parent ebb8d7d44e
commit dc0f042927
3 changed files with 6 additions and 2 deletions

View File

@@ -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 24d7a86a8d35aa1fadf05deaa10e141d33ea6632 && \
git reset --hard 87f5ca8e1f74616d9dc36a5f6fe57023444ed25c && \
go get ./... && \
go build && \
go install && \