We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf25cce commit 54a68b3Copy full SHA for 54a68b3
.gitlab-ci.yml
@@ -884,12 +884,12 @@ package-oci:
884
verify_maven_central_deployment:
885
image: curlimages/curl:8.15.0 # minimum docker image for curling: https://hub.docker.com/r/curlimages/curl
886
stage: publish
887
- needs: [ deploy_to_maven_central ]
+ # needs: [ deploy_to_maven_central ]
888
rules:
889
- if: '$POPULATE_CACHE'
890
when: never
891
- - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892
- when: on_success
+ # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
+ # when: on_success
893
- when: manual
894
allow_failure: true
895
script:
0 commit comments