Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
petefoth committed Jul 27, 2023
1 parent 359b1f0 commit a827de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a827de1

Please sign in to comment.