Skip to content

Commit

Permalink
Submit GHA system failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Aug 5, 2024
1 parent cd90b2a commit b21fde6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ ls -lR
# echo "::endgroup::"
# }

# Submit system failures as well, such that they get retried
if [ ! -d "package-source" ]; then
echo "No source package exists? Could be a systsem failure in GitHub Actions."
TARGET=failure /deploy.sh
exit 1
fi

# Upload source first
mv package-source package-00source

Expand Down

0 comments on commit b21fde6

Please sign in to comment.