Fix build /unexpected exit
This commit is contained in:
parent
a3dc5a7455
commit
ad608d5a73
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ git pull --rebase 2>&1 >>$LOG_FILE
|
|||
"${DIRECTORY}/build_branches.sh" >>$LOG_FILE 2>&1
|
||||
# exit if nothing was changed
|
||||
if [ $? == 0 ]; then
|
||||
exit
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# 3. upload to ftp server
|
||||
|
|
Loading…
Reference in a new issue