Fix mails
This commit is contained in:
parent
6774acfadb
commit
84ed4bdc30
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
|
"${DIRECTORY}/build_branches.sh" >>$LOG_FILE 2>&1
|
||||||
|
|
||||||
# exit if nothing was changed
|
# exit if nothing was changed
|
||||||
if [ $? == 0 ]; then
|
if [ $? = 0 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue