Remove failure test
This commit is contained in:
parent
aceae466a1
commit
7a743baccd
|
@ -6678,9 +6678,6 @@ function install_gogs {
|
|||
fi
|
||||
cd $GOPATH/src/github.com/gogits
|
||||
git clone https://github.com/gogits/gogs.git
|
||||
if [ ! "$?" = "0" ]; then
|
||||
exit 78654
|
||||
fi
|
||||
cd gogs
|
||||
|
||||
# install
|
||||
|
|
Loading…
Reference in New Issue