Export DWN CHK APP so that kibot can use them
This commit is contained in:
@@ -244,7 +244,7 @@ image:
|
|||||||
|
|
||||||
str=$CI_COMMIT_MESSAGE
|
str=$CI_COMMIT_MESSAGE
|
||||||
REV=$(echo "$str" | sed -n '1 p')
|
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=''
|
CHK=''
|
||||||
APP=''
|
APP=''
|
||||||
|
|
||||||
@@ -256,6 +256,9 @@ image:
|
|||||||
APP=$(initials "$(echo $line | cut -d' ' -f2,3)")
|
APP=$(initials "$(echo $line | cut -d' ' -f2,3)")
|
||||||
fi
|
fi
|
||||||
done <<<"$str"
|
done <<<"$str"
|
||||||
|
export DWN
|
||||||
|
export CHK
|
||||||
|
export APP
|
||||||
- TAG=$(echo ${CI_COMMIT_MESSAGE} | tr -d \\n)
|
- TAG=$(echo ${CI_COMMIT_MESSAGE} | tr -d \\n)
|
||||||
|
|
||||||
outputs_mech:
|
outputs_mech:
|
||||||
|
|||||||
Reference in New Issue
Block a user