diff --git a/kibot-ci.yml b/kibot-ci.yml index 0d2213b..9ab0517 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -244,7 +244,7 @@ image: str=$CI_COMMIT_MESSAGE REV=$(echo "$str" | sed -n '1 p') - DWN=$(initials "$(echo "$str" | sed -n '3 p' | cut -d' ' -f1,2)") + DWN=$(initials "$(echo "$str" | sed -n '3 p' | cut -d' ' -f2,3)") CHK='' APP='' @@ -256,6 +256,9 @@ image: APP=$(initials "$(echo $line | cut -d' ' -f2,3)") fi done <<<"$str" + export DWN + export CHK + export APP - TAG=$(echo ${CI_COMMIT_MESSAGE} | tr -d \\n) outputs_mech: