Skip to content

Commit

Permalink
upgrade to v0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tkizm1 committed Mar 23, 2016
1 parent 130cd7e commit 5401b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .openshift/action_hooks/start
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ set -e

# Prepare the runtime
[ -d $OPENSHIFT_DATA_DIR/go ] ||
curl https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz |
curl https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz |
tar -xzf - -C $OPENSHIFT_DATA_DIR
# end Prepare the runtime
# Prepare the gogs
cd $OPENSHIFT_DATA_DIR
# edit here if you got a better version
download_url=https://github.com/gogits/gogs/releases/download/v0.8.43/linux_amd64.zip
download_url=https://github.com/gogits/gogs/releases/download/v0.9.13/linux_amd64.zip
wget $download_url -O temp.zip; unzip -o temp.zip; rm temp.zip
if [ ! -f $OPENSHIFT_DATA_DIR/gogs/custom/conf/app.ini ];
then
Expand Down

0 comments on commit 5401b1e

Please sign in to comment.