dev → stage: fix CI migration heredoc YAML parse error #98

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 18:34:21 +00:00
Owner

Move migration Python to scripts/run_migrations.py to avoid go-yaml << merge-key misparse.

Move migration Python to scripts/run_migrations.py to avoid go-yaml << merge-key misparse.
will.anderson added 2 commits 2026-05-11 18:34:09 +00:00
Fix CI migration step: extract Python to scripts/run_migrations.py
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m36s
adbdfd3e90
go-yaml (Gitea's parser) mishandles << inside block scalars, treating the
bash heredoc delimiter as a YAML merge key. Move the migration logic to a
standalone script called via python3 scripts/run_migrations.py.
Merge PR #97
will.anderson merged commit de9bf25437 into stage 2026-05-11 18:34:21 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#98