FIX: tag parsing in release job
This commit is contained in:
@@ -262,7 +262,7 @@ image:
|
|||||||
export APP
|
export APP
|
||||||
- !reference [.commands, parse_tag]
|
- !reference [.commands, parse_tag]
|
||||||
parse_tag:
|
parse_tag:
|
||||||
- TAG=$REV
|
- TAG=$(echo "$CI_COMMIT_MESSAGE" | sed -n '1 p')
|
||||||
- echo $TAG
|
- echo $TAG
|
||||||
|
|
||||||
outputs_mech:
|
outputs_mech:
|
||||||
|
|||||||
Reference in New Issue
Block a user