Export DWN CHK APP so that kibot can use them

This commit is contained in:
ac
2025-06-26 16:52:54 +10:00
parent 4729aa8b86
commit 00b6518d84

View File

@@ -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: