Skip to content

Commit

Permalink
ci: warn if poudriere bulk failed in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Oct 21, 2024
1 parent e97412c commit 848509d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/poudriere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ jobs:
echo "::warning ::building ${{ matrix.PORT }} failed to build. the logs are available at: https://github.com/${{ github.repository }}/actions/runs/${{ github.github.run_id }}/artifacts/${{ steps.packages-upload-step.outputs.artifact-id }}"
fi
if [ ! -z "${{ steps.poudriere-bulk.outputs.FAILED" }} ]; then
echo "::warning ::poudriere bulk failed"
fi
conclude-result:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 848509d

Please sign in to comment.