ci: remove broken summary step
CI Pipeline / HTML Lint (push) Successful in 7s
Deploy QA / Build and Push (push) Successful in 15s
CI Pipeline / Build Docker Image (push) Successful in 56s
Deploy QA / Deploy to QA (push) Failing after 2s
CI Pipeline / Security Scan (push) Successful in 11s
Deploy QA / Notification (push) Failing after 1s
CI Pipeline / HTML Lint (push) Successful in 7s
Deploy QA / Build and Push (push) Successful in 15s
CI Pipeline / Build Docker Image (push) Successful in 56s
Deploy QA / Deploy to QA (push) Failing after 2s
CI Pipeline / Security Scan (push) Successful in 11s
Deploy QA / Notification (push) Failing after 1s
This commit is contained in:
@@ -82,23 +82,3 @@ jobs:
|
||||
aquasec/trivy:latest \
|
||||
image --severity HIGH,CRITICAL --exit-code 1 --ignore-unfixed ci-image:latest
|
||||
|
||||
summary:
|
||||
name: Generate Summary
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint, build, security-scan]
|
||||
if: always()
|
||||
steps:
|
||||
- name: Create summary
|
||||
run: |
|
||||
cat << 'SUMMARY' >> $GITEA_HOME/workflow/summary
|
||||
## CI Pipeline Results
|
||||
|
||||
| Job | Status |
|
||||
|-----|--------|
|
||||
| Lint | ${{ needs.lint.result }} |
|
||||
| Build | ${{ needs.build.result }} |
|
||||
| Security Scan | ${{ needs.security-scan.result }} |
|
||||
|
||||
**Commit:** ${{ gitea.sha }}
|
||||
**Branch:** ${{ gitea.ref_name }}
|
||||
SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user