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 4798ac9 commit 390be03Copy full SHA for 390be03
packages/mcl/src/src/mcl/commands/ci_matrix.d
@@ -242,7 +242,7 @@ static immutable string[] uselessWarnings =
242
"warning: system.stateVersion is not set, defaulting to",
243
"warning: Runner registration tokens have been deprecated and disabled by default in GitLab >= 17.0.",
244
"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"
+ "https://docs.gitlab.com/17.0/ee/ci/runners/new_creation_workflow.html",
246
"for a migration you can follow the guide at https://github.com/nix-community/disko/blob/master/docs/table-to-gpt.md"
247
];
248
0 commit comments