Skip to content

Commit 1746732

Browse files
mhliddamarziali
authored andcommitted
adding CI check for config inversion (#9706)
1 parent 93d0833 commit 1746732

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,3 +970,16 @@ create_key:
970970
expire_in: 13 mos
971971
paths:
972972
- 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+
variables:
982+
LOCAL_REPO_NAME: "dd-trace-java"
983+
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
984+
LANGUAGE_NAME: "java"
985+
MULTIPLE_RELEASE_LINES: "false"

0 commit comments

Comments
 (0)