Get on master
This commit is contained in:
parent
11b39bde04
commit
48a112d087
|
@ -1467,10 +1467,12 @@ function set_repo_commit {
|
||||||
make install
|
make install
|
||||||
fi
|
fi
|
||||||
if [[ $repo_dir == *"gogs" ]]; then
|
if [[ $repo_dir == *"gogs" ]]; then
|
||||||
|
git checkout master
|
||||||
go get -u ./...
|
go get -u ./...
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
exit 52792
|
exit 52792
|
||||||
fi
|
fi
|
||||||
|
git checkout $repo_commit
|
||||||
go build
|
go build
|
||||||
if [ ! "$?" = "0" ]; then
|
if [ ! "$?" = "0" ]; then
|
||||||
exit 36226
|
exit 36226
|
||||||
|
|
Loading…
Reference in New Issue