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 2e10824 commit 68992deCopy full SHA for 68992de
.gitlab-ci.yml
@@ -978,3 +978,16 @@ create_key:
978
expire_in: 13 mos
979
paths:
980
- pubkeys
981
+
982
+validate_supported_configurations_local_file:
983
+ extends: .validate_supported_configurations_local_file
984
+ variables:
985
+ LOCAL_JSON_PATH: "metadata/supported-configurations.json"
986
987
+update_central_configurations_version_range:
988
+ extends: .update_central_configurations_version_range
989
990
+ LOCAL_REPO_NAME: "dd-trace-java"
991
992
+ LANGUAGE_NAME: "java"
993
+ MULTIPLE_RELEASE_LINES: "false"
0 commit comments