Get on master
This commit is contained in:
parent
11b39bde04
commit
48a112d087
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue