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 fd2e33eCopy full SHA for fd2e33e
.gitlab-ci.yml
@@ -885,7 +885,10 @@ 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
+ needs:
890
+ - job: deploy_to_maven_central
891
+ optional: true
892
rules:
893
- if: '$POPULATE_CACHE'
894
when: never
0 commit comments