Skip to content

Commit 5401b1e

Browse files
committed
upgrade to v0.9.13
1 parent 130cd7e commit 5401b1e

File tree

1 file changed

+2
-2
lines changed
  • .openshift/action_hooks

1 file changed

+2
-2
lines changed

.openshift/action_hooks/start

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ set -e
55

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

0 commit comments

Comments
 (0)