File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -884,15 +884,16 @@ package-oci:
884
884
verify_maven_central_deployment :
885
885
image : registry.ddbuild.io/images/base/gbi-ubuntu_2204:release
886
886
stage : publish
887
- needs : [ deploy_to_maven_central ]
887
+ # needs: [ deploy_to_maven_central ]
888
888
rules :
889
889
- if : ' $POPULATE_CACHE'
890
890
when : never
891
- - if : ' $CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892
- when : on_success
891
+ # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
892
+ # when: on_success
893
893
script :
894
894
- |
895
- export VERSION=${CI_COMMIT_TAG##v}
895
+ export VERSION=1.51.2
896
+ # export VERSION=${CI_COMMIT_TAG##v}
896
897
ARTIFACT_URLS=(
897
898
"https://repo1.maven.org/maven2/com/datadoghq/dd-java-agent/${VERSION}/dd-java-agent-${VERSION}.jar"
898
899
"https://repo1.maven.org/maven2/com/datadoghq/dd-trace-api/${VERSION}/dd-trace-api-${VERSION}.jar"
@@ -919,10 +920,10 @@ verify_maven_central_deployment:
919
920
echo "The release was not available after 30 mins. Manually re-run the job to try again."
920
921
exit 1
921
922
922
- publishing-gate :
923
- needs :
924
- - job : verify_maven_central_deployment
925
- optional : true
923
+ # publishing-gate:
924
+ # needs:
925
+ # - job: verify_maven_central_deployment
926
+ # optional: true
926
927
927
928
configure_system_tests :
928
929
variables :
You can’t perform that action at this time.
0 commit comments