Skip to content

Commit

Permalink
Merge pull request #66 from pantavisor/mbe-fix-makemachines
Browse files Browse the repository at this point in the history
Fix creating of machine configs
  • Loading branch information
nandra authored Jan 9, 2025
2 parents 160f436 + d7adb31 commit 3b44621
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 3b44621

Please sign in to comment.