Skip to content

Commit

Permalink
Fix creating of machine configs
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Belisko <[email protected]>
  • Loading branch information
nandra committed Jan 9, 2025
1 parent c4ff13e commit d7adb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/makemachines
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7adb31

Please sign in to comment.