From b12716e1adb55a52a145751353a72ebb3fe6e0cf Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Fri, 1 Sep 2023 16:24:34 +0200 Subject: [PATCH] fix(ci-templates): Fix broken model badge template --- ci-templates/gitlab/model-badge.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ci-templates/gitlab/model-badge.yml b/ci-templates/gitlab/model-badge.yml index c994db03b..8834542ee 100644 --- a/ci-templates/gitlab/model-badge.yml +++ b/ci-templates/gitlab/model-badge.yml @@ -34,7 +34,8 @@ generate-model-badge: # Specify the commit message when pushing model complexity badge COMMIT_MSG: "docs: Add/Modify model complexity badge" - CAPELLAMBSE_PUSH_MODEL_BADGE: - description: Commit the model badge to git and push it back to the current branch. 1 to enable, 0 to disable. - value: 1 - options: ["0", "1"] +variables: + CAPELLAMBSE_PUSH_MODEL_BADGE: + description: Commit the model badge to git and push it back to the current branch. 1 to enable (default), 0 to disable. + options: ["0", "1"] + value: "1"