From 85ae8ad7e2c59458e615dc7269090bc5524e68fc Mon Sep 17 00:00:00 2001 From: ac Date: Mon, 21 Jul 2025 16:02:17 +1000 Subject: [PATCH] FIX: tag parsing --- kibot-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 4e13199..ac4e96d 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -262,7 +262,8 @@ image: export APP - !reference [.commands, parse_tag] parse_tag: - - TAG=$(echo ${CI_COMMIT_MESSAGE} | tr -d \\n) + - TAG=$REV + - echo $TAG outputs_mech: stage: gen_mech