small fix to daily build
This commit is contained in:
parent
143208b793
commit
4c6fb0bf77
1 changed files with 3 additions and 2 deletions
|
@ -20,9 +20,10 @@ touch $LOG_FILE
|
||||||
"${DIRECTORY}/update_git.sh" 2>&1 >>$LOG_FILE
|
"${DIRECTORY}/update_git.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
||||||
# 2. Go through branches and generates builds
|
# 2. Go through branches and generates builds
|
||||||
#"${DIRECTORY}/build_branches.sh" 2>&1 >>$LOG_FILE
|
"${DIRECTORY}/build_branches.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
||||||
# 3. upload to ftp server
|
# 3. upload to ftp server
|
||||||
|
# TODO test and uncomment
|
||||||
#"${DIRECTORY}/upload_ftp.sh" 2>&1 >>$LOG_FILE
|
#"${DIRECTORY}/upload_ftp.sh" 2>&1 >>$LOG_FILE
|
||||||
|
|
||||||
# 4. Synchronize github with googlecode mercurial
|
# 4. Synchronize github with googlecode mercurial
|
||||||
|
|
Loading…
Reference in a new issue