From 00b6518d84b499cadf2c32df7634ec410400c63e Mon Sep 17 00:00:00 2001 From: ac Date: Thu, 26 Jun 2025 16:52:54 +1000 Subject: [PATCH] Export DWN CHK APP so that kibot can use them --- kibot-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: