Fix build - update scripts
This commit is contained in:
parent
1b4b872bb8
commit
dba51699dd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ git pull --rebase 2>&1 >>$LOG_FILE
|
|||
# 2. Go through branches and generates builds
|
||||
"${DIRECTORY}/build_branches.sh" >>$LOG_FILE 2>&1
|
||||
# exit if nothing was changed
|
||||
if [ $? != 0 ]; then
|
||||
if [ $? == 0 ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue