Verify build

This commit is contained in:
Victor Shcherb 2011-10-11 22:20:09 +02:00
parent ad608d5a73
commit 6774acfadb

View file

@ -19,6 +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
exit 0