Skip to content

Commit fd2e33e

Browse files
committed
Test verify_maven_central_deployment job
1 parent 0cc51ad commit fd2e33e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,10 @@ 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 ]
889+
needs:
890+
- job: deploy_to_maven_central
891+
optional: true
889892
rules:
890893
- if: '$POPULATE_CACHE'
891894
when: never

0 commit comments

Comments
 (0)