From a9bf7c43058e0718d8146a40d3052ea4249b6381 Mon Sep 17 00:00:00 2001 From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com> Date: Mon, 20 May 2024 18:12:04 +0200 Subject: [PATCH] fixes input type --- kicker.json | 2 +- templates/gitlab-ci-sonar.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kicker.json b/kicker.json index 15b6300..aedb2d1 100644 --- a/kicker.json +++ b/kicker.json @@ -54,7 +54,7 @@ "type": "boolean" }, { - "name": "SONAR_JOB_TAGS", + "name": "SONAR_SONAR_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index ee3e2b0..d2b64a9 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -45,6 +45,7 @@ spec: description: tags to filter applicable runners for Sonar job default: [] type: array + --- workflow: rules: -- GitLab