FIX: tag parsing

This commit is contained in:
ac
2025-07-21 16:01:33 +10:00
parent a9abc89dcf
commit 27cc645aed

View File

@@ -262,7 +262,8 @@ image:
export APP export APP
- !reference [.commands, parse_tag] - !reference [.commands, parse_tag]
parse_tag: parse_tag:
- TAG=$(echo ${CI_COMMIT_MESSAGE} | tr -d \\n) - TAG=$REV
- echo $TAG
outputs_mech: outputs_mech:
stage: gen_mech stage: gen_mech