Skip to content

Commit 54a68b3

Browse files
committed
Test verify_maven_central_deployment job by temporarily removing dependency
1 parent cf25cce commit 54a68b3

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
@@ -884,12 +884,12 @@ package-oci:
884884
verify_maven_central_deployment:
885885
image: curlimages/curl:8.15.0 # minimum docker image for curling: https://hub.docker.com/r/curlimages/curl
886886
stage: publish
887-
needs: [ deploy_to_maven_central ]
887+
# needs: [ deploy_to_maven_central ]
888888
rules:
889889
- if: '$POPULATE_CACHE'
890890
when: never
891-
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892-
when: on_success
891+
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892+
# when: on_success
893893
- when: manual
894894
allow_failure: true
895895
script:

0 commit comments

Comments
 (0)