Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -345,11 +345,19 @@ jobs:
|
||||
env:
|
||||
COSIGN_EXPERIMENTAL: 1
|
||||
|
||||
|
||||
# Summarize matrix https://github.community/t/status-check-for-a-matrix-jobs/127354/7
|
||||
container-build-complete:
|
||||
needs: [build]
|
||||
if: ${{ always() }}
|
||||
name: Container Build Completed
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: complete message
|
||||
run: echo "Container Build and Tests Completed Successfully"
|
||||
- name: Check Results
|
||||
run: |
|
||||
if [[ "${{ needs.build.result }}" != "success" ]]; then
|
||||
echo "One or more jobs failed!"
|
||||
exit 1
|
||||
else
|
||||
echo "Container Build and Tests Completed Successfully"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user