Skip to content

Commit 68992de

Browse files
committed
adding CI check for config inversion
1 parent 2e10824 commit 68992de

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
@@ -978,3 +978,16 @@ create_key:
978978
expire_in: 13 mos
979979
paths:
980980
- 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+
variables:
990+
LOCAL_REPO_NAME: "dd-trace-java"
991+
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
992+
LANGUAGE_NAME: "java"
993+
MULTIPLE_RELEASE_LINES: "false"

0 commit comments

Comments
 (0)