From d7adb3191d39f923f7690c12deae27529744ec99 Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Thu, 9 Jan 2025 11:41:49 +0100 Subject: [PATCH] Fix creating of machine configs Signed-off-by: Marek Belisko --- .github/scripts/makemachines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/makemachines b/.github/scripts/makemachines index 0cdcea7..dd6fac5 100755 --- a/.github/scripts/makemachines +++ b/.github/scripts/makemachines @@ -24,7 +24,7 @@ rm -f .github/configs/release/*-scarthgap.yaml* for cc in $configs; do echo CC: $cc m=`echo $cc | sed 's/.*machines.//;s/.yaml:.*//'` - #KAS_WORK_DIR=. kas dump --resolve-refs "kas/sourcedir.yaml:$cc" > .github/configs/release/$m-scarthgap.yaml + KAS_WORK_DIR=. kas dump --resolve-refs "kas/sourcedir.yaml:$cc" > .github/configs/release/$m-scarthgap.yaml echo "new config for machine: $m" # cat .github/configs/release/$m-scarthgap.yaml cat > .github/workflows/onpush-$m-scarthgap.yaml << EOF1