fix: indent heredoc content to satisfy YAML block scalar parser
YAML ends a block scalar when it sees content less indented than the first content line. The JSON heredoc at column 0 caused the parser to bail out mid-block. Indenting to 8 spaces keeps it inside the run: | scalar; YAML strips that indentation before handing the script to the shell, so the NOMAD_EOF terminator lands at column 0 as required. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
22ad13e061
commit
76c0b483c8
1 changed files with 92 additions and 92 deletions
Loading…
Add table
Reference in a new issue