From ab810d2dc8c46401a2e91915476b8d1b7359e48f Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 5 Nov 2023 11:04:23 +0100 Subject: [PATCH] Helix: update gitlab ci schema --- modules/hm/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/helix.nix b/modules/hm/helix.nix index b164673..27492aa 100644 --- a/modules/hm/helix.nix +++ b/modules/hm/helix.nix @@ -40,7 +40,7 @@ "http://json.schemastore.org/ansible-playbook" = "*play*.{yml,yaml}"; "http://json.schemastore.org/chart" = "Chart.{yml,yaml}"; "https://json.schemastore.org/dependabot-v2" = ".github/dependabot.{yml,yaml}"; - "https://json.schemastore.org/gitlab-ci" = "*gitlab-ci*.{yml,yaml}"; + "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json" = "*gitlab-ci*.{yml,yaml}"; "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json" = "*api*.{yml,yaml}"; "https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json" = "*docker-compose*.{yml,yaml}"; "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" = "*flow*.{yml,yaml}";