Skip to content

Commit f94343d

Browse files
authored
Disabling Strictness of Config Inversion Validation Job (#10225)
1 parent 6a101a0 commit f94343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ validate_supported_configurations_v2_local_file:
10021002
extends: .validate_supported_configurations_v2_local_file
10031003
variables:
10041004
LOCAL_JSON_PATH: "metadata/supported-configurations.json"
1005-
BACKFILLED: "true"
1005+
BACKFILLED: "false"
10061006

10071007
update_central_configurations_version_range_v2:
10081008
extends: .update_central_configurations_version_range_v2

0 commit comments

Comments
 (0)