Verify build
This commit is contained in:
parent
ad608d5a73
commit
6774acfadb
1 changed files with 3 additions and 2 deletions
|
@ -19,10 +19,11 @@ 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 0
|
||||
fi
|
||||
fi
|
||||
|
||||
# 3. upload to ftp server
|
||||
#"${DIRECTORY}/upload_ftp.sh" 2>&1 >>$LOG_FILE
|
||||
|
|
Loading…
Reference in a new issue