Run build call from l-b-cgi.cron with noauto.

This commit is contained in:
Richard Nelson 2013-05-31 14:25:45 -05:00 committed by Daniel Baumann
parent 8bb8244d7a
commit 4c6879eb33
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ then
# Run build if config went ok
if [ "${_ERRORCONFIG}" -eq "0" ]
then
lb build >> "${_BUILD_PATH}"/log 2>&1
lb build noauto >> "${_BUILD_PATH}"/log 2>&1
_ERRORBUILD="${?}"
else
echo "Build stage skipped. Config produced an error: ${_ERRORCONFIG}" >> "${_BUILD_PATH}"/log