File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -908,8 +908,6 @@ verify_maven_central_deployment:
908908 when : never
909909 - if : ' $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
910910 when : on_success
911- - when : manual
912- allow_failure : true
913911 cache : # Cache is used to signal between the override_verify_maven_central and verify_maven_central_deployment jobs
914912 - key : $CI_PIPELINE_ID-OVERRIDE_SIGNAL
915913 paths :
@@ -954,13 +952,6 @@ publishing-gate:
954952 needs :
955953 - job : verify_maven_central_deployment
956954 optional : true # Required for releases only
957- rules :
958- - if : ' $POPULATE_CACHE'
959- when : on_success
960- - if : ' $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
961- when : on_success
962- - when : manual
963- allow_failure : true
964955
965956configure_system_tests :
966957 variables :
You can’t perform that action at this time.
0 commit comments