Skip to content

Commit 5aee06c

Browse files
committed
Test verify_maven_central_deployment job by temporarily removing dependency
1 parent 0cc51ad commit 5aee06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ 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 ]
889889
rules:
890890
- if: '$POPULATE_CACHE'
891891
when: never

0 commit comments

Comments
 (0)