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 0cc51ad commit ee81d85Copy full SHA for ee81d85
.gitlab-ci.yml
@@ -885,12 +885,12 @@ package-oci:
885
verify_maven_central_deployment:
886
image: curlimages/curl:8.15.0 # minimum docker image for curling: https://hub.docker.com/r/curlimages/curl
887
stage: publish
888
- needs: [ deploy_to_maven_central ]
+ # needs: [ deploy_to_maven_central ]
889
rules:
890
- if: '$POPULATE_CACHE'
891
when: never
892
- - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
893
- when: on_success
+ # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
+ # when: on_success
894
- when: manual
895
allow_failure: true
896
script:
0 commit comments