Get on master

This commit is contained in:
Bob Mottram 2016-02-19 11:24:07 +00:00
parent 11b39bde04
commit 48a112d087
1 changed files with 2 additions and 0 deletions

View File

@ -1467,10 +1467,12 @@ function set_repo_commit {
make install
fi
if [[ $repo_dir == *"gogs" ]]; then
git checkout master
go get -u ./...
if [ ! "$?" = "0" ]; then
exit 52792
fi
git checkout $repo_commit
go build
if [ ! "$?" = "0" ]; then
exit 36226