Skip to content

Commit 962f2c5

Browse files
authored
Allow manual OCI image promotion (#9430)
* Remove publishing-gate rules * Remove manual trigger for verify_maven_central_deployment
1 parent 02a3250 commit 962f2c5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

965956
configure_system_tests:
966957
variables:

0 commit comments

Comments
 (0)