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