Skip to content

Commit 390be03

Browse files
monyarmPetarKirov
authored andcommitted
fix(mcl/ci_matrix): Add warnings to uselessWarnings
1 parent 4798ac9 commit 390be03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcl/src/src/mcl/commands/ci_matrix.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ static immutable string[] uselessWarnings =
242242
"warning: system.stateVersion is not set, defaulting to",
243243
"warning: Runner registration tokens have been deprecated and disabled by default in GitLab >= 17.0.",
244244
"Consider migrating to runner authentication tokens by setting `services.gitlab-runner.services.codetracer.authenticationTokenConfigFile`.",
245-
"https://docs.gitlab.com/17.0/ee/ci/runners/new_creation_workflow.html"
245+
"https://docs.gitlab.com/17.0/ee/ci/runners/new_creation_workflow.html",
246246
"for a migration you can follow the guide at https://github.com/nix-community/disko/blob/master/docs/table-to-gpt.md"
247247
];
248248

0 commit comments

Comments
 (0)