Skip to content

Commit

Permalink
Merge pull request #65 from pantavisor/mbe-fix-makemachines
Browse files Browse the repository at this point in the history
makemachines: Do not append to yml file just replace it
  • Loading branch information
nandra authored Jan 7, 2025
2 parents fd87c47 + c4ff13e commit 160f436
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 @@ -27,7 +27,7 @@ for cc in $configs; do
#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
cat > .github/workflows/onpush-$m-scarthgap.yaml << EOF1
name: 'Build On Push'
on:
Expand Down

0 comments on commit 160f436

Please sign in to comment.