Skip to content

Commit

Permalink
Fix pipeline report status
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsnap committed Jun 2, 2023
1 parent 650e567 commit 80180aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,24 +78,26 @@ mvn-deploy-snapshot:
environment:
name: reporting-github
dependencies: []
rules:
- if: $BUILD_FOR_INSTALLER == "false"

pending:
stage: .pre
extends:
- .report-status
rules:
- if: $BUILD_FOR_INSTALLER == "false"

success:
stage: .post
extends:
- .report-status
rules:
- if: $BUILD_FOR_INSTALLER == "false"
when: on_success

failure:
stage: .post
extends:
- .report-status
rules:
- if: $BUILD_FOR_INSTALLER == "false"
when: never
- when: on_failure
when: on_failure

0 comments on commit 80180aa

Please sign in to comment.