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