Remove failure test
This commit is contained in:
parent
aceae466a1
commit
7a743baccd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue