Fix CI migration step: script file instead of heredoc #97

Merged
will.anderson merged 1 commits from fix/stage-ci-paths into dev 2026-05-11 18:34:04 +00:00
Owner

go-yaml mishandles << in block scalars. Move migration logic to scripts/run_migrations.py.

go-yaml mishandles << in block scalars. Move migration logic to scripts/run_migrations.py.
will.anderson added 1 commit 2026-05-11 18:33:54 +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.
will.anderson merged commit b3ce6c3e64 into dev 2026-05-11 18:34:04 +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#97