We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650e567 commit 80180aaCopy full SHA for 80180aa
1 file changed
.gitlab-ci.yml
@@ -78,24 +78,26 @@ mvn-deploy-snapshot:
78
environment:
79
name: reporting-github
80
dependencies: []
81
- rules:
82
- - if: $BUILD_FOR_INSTALLER == "false"
83
84
pending:
85
stage: .pre
86
extends:
87
- .report-status
+ rules:
+ - if: $BUILD_FOR_INSTALLER == "false"
88
89
success:
90
stage: .post
91
92
93
94
95
+ when: on_success
96
97
failure:
98
99
100
101
rules:
102
- if: $BUILD_FOR_INSTALLER == "false"
- when: never
- - when: on_failure
103
+ when: on_failure
0 commit comments