We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d77102 commit f15598aCopy full SHA for f15598a
1 file changed
.gitlab-ci.yml
@@ -950,12 +950,13 @@ verify_maven_central_deployment:
950
done
951
952
publishing-gate:
953
+ stage: publish
954
needs:
955
- job: verify_maven_central_deployment
- optional: true
956
+ optional: true # Required for releases only
957
rules:
958
- if: '$POPULATE_CACHE'
- when: never
959
+ when: on_success
960
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
961
when: on_success
962
- when: manual
0 commit comments