Fix build /unexpected exit

This commit is contained in:
Victor Shcherb 2011-10-11 22:17:46 +02:00
parent a3dc5a7455
commit ad608d5a73

View file

@ -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