Remove failure test

This commit is contained in:
Bob Mottram 2015-03-18 20:15:32 +00:00
parent aceae466a1
commit 7a743baccd
1 changed files with 0 additions and 3 deletions

View File

@ -6678,9 +6678,6 @@ function install_gogs {
fi fi
cd $GOPATH/src/github.com/gogits cd $GOPATH/src/github.com/gogits
git clone https://github.com/gogits/gogs.git git clone https://github.com/gogits/gogs.git
if [ ! "$?" = "0" ]; then
exit 78654
fi
cd gogs cd gogs
# install # install