diff --git a/src/build.sh b/src/build.sh index a1ff07d1..96af15ca 100755 --- a/src/build.sh +++ b/src/build.sh @@ -346,7 +346,7 @@ for branch in ${BRANCH_NAME//,/ }; do # call post-build.sh so the failure is logged in a way that is more visible if [ -f /root/userscripts/post-build.sh ]; then echo ">> [$(date)] Running post-build.sh for $codename" >> "$DEBUG_LOG" - /root/userscripts/post-build.sh "$codename $branch" $build_successful &>> "$DEBUG_LOG" || echo ">> [$(date)] Warning: post-build.sh failed!" + /root/userscripts/post-build.sh "$codename $branch $build_successful" &>> "$DEBUG_LOG" || echo ">> [$(date)] Warning: post-build.sh failed!" fi continue fi