Skip to content

Commit ee81d85

Browse files
committed
Test verify_maven_central_deployment job by temporarily removing dependency
1 parent 0cc51ad commit ee81d85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,12 +885,12 @@ package-oci:
885885
verify_maven_central_deployment:
886886
image: curlimages/curl:8.15.0 # minimum docker image for curling: https://hub.docker.com/r/curlimages/curl
887887
stage: publish
888-
needs: [ deploy_to_maven_central ]
888+
# needs: [ deploy_to_maven_central ]
889889
rules:
890890
- if: '$POPULATE_CACHE'
891891
when: never
892-
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
893-
when: on_success
892+
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
893+
# when: on_success
894894
- when: manual
895895
allow_failure: true
896896
script:

0 commit comments

Comments
 (0)