From c37c6b7feb679d380ee27a5a71f4e2a2decb15f6 Mon Sep 17 00:00:00 2001 From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com> Date: Thu, 25 Jul 2024 22:55:17 +0200 Subject: [PATCH] adjust var names --- kicker.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/kicker.json b/kicker.json index a05c01f..73a3295 100644 --- a/kicker.json +++ b/kicker.json @@ -49,56 +49,56 @@ "advanced": true }, { - "name": "MVN_MVN_BUILD_JOB_TAGS", + "name": "MVN_BUILD_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_SONAR_JOB_TAGS", + "name": "MVN_SONAR_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_DEPENDENCY_CHECK_JOB_TAGS", + "name": "MVN_DEPENDENCY_CHECK_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_NO_SNAPSHOT_DEPS_JOB_TAGS", + "name": "MVN_NO_SNAPSHOT_DEPS_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_SBOM_JOB_TAGS", + "name": "MVN_SBOM_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_DEPLOY_SNAPSHOT_JOB_TAGS", + "name": "MVN_DEPLOY_SNAPSHOT_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_DEPLOY_RELEASE_JOB_TAGS", + "name": "MVN_DEPLOY_RELEASE_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_RELEASE_JOB_TAGS", + "name": "MVN_RELEASE_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], @@ -362,35 +362,35 @@ "description": "Additional [`skopeo copy` arguments](https://github.com/containers/skopeo/blob/master/docs/skopeo-copy.1.md#options)" }, { - "name": "MVN_MVN_BUILD_JOB_TAGS", + "name": "MVN_BUILD_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_SBOM_JOB_TAGS", + "name": "MVN_SBOM_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_TRIVY_JOB_TAGS", + "name": "MVN_TRIVY_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_DEPLOY_RELEASE_JOB_TAGS", + "name": "MVN_DEPLOY_RELEASE_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], "advanced": true }, { - "name": "MVN_MVN_DEPLOY_SNAPSHOT_JOB_TAGS", + "name": "MVN_DEPLOY_SNAPSHOT_JOB_TAGS", "description": "Tags to be used for selecting runners for the job", "type": "array", "default": [], -- GitLab