You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: push script file to workspace instead of bash -c for #71 (Phase 4)
coder ssh mangles newlines in multi-line bash -c arguments regardless of
quoting style. Push the script via heredoc+cat into a temp file, then
run the file in a separate coder ssh call — no quoting issues and no
stdin sharing with ddev start.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments