Skip to content

Commit

Permalink
makemachines: Do not append to yml file just replace it
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Belisko <[email protected]>
  • Loading branch information
nandra committed Jan 7, 2025
1 parent fd87c47 commit c4ff13e
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 c4ff13e

Please sign in to comment.