1
0
Fork 0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-05-19 03:26:08 +02:00

Update build.sh

Fix typo
This commit is contained in:
Pete Fotheringham 2023-07-27 17:41:14 +01:00 committed by GitHub
parent 359b1f0807
commit a827de19e4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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