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 93d0833 commit 1746732Copy full SHA for 1746732
.gitlab-ci.yml
@@ -970,3 +970,16 @@ create_key:
970
expire_in: 13 mos
971
paths:
972
- pubkeys
973
+
974
+validate_supported_configurations_local_file:
975
+ extends: .validate_supported_configurations_local_file
976
+ variables:
977
+ LOCAL_JSON_PATH: "metadata/supported-configurations.json"
978
979
+update_central_configurations_version_range:
980
+ extends: .update_central_configurations_version_range
981
982
+ LOCAL_REPO_NAME: "dd-trace-java"
983
984
+ LANGUAGE_NAME: "java"
985
+ MULTIPLE_RELEASE_LINES: "false"
0 commit comments