Skip to content

Commit

Permalink
fix(ci-templates): Fix broken model badge template
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuestengecko committed Sep 1, 2023
1 parent 43bddd4 commit b12716e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ci-templates/gitlab/model-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit b12716e

Please sign in to comment.