Export DWN CHK APP so that kibot can use them
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user