fix: use full path to claude CLI for non-interactive SSH
This commit is contained in:
parent
7674cf8c5c
commit
b1b408ff0e
2 changed files with 2 additions and 1 deletions
|
|
@ -33,3 +33,4 @@ _This section is auto-populated by the postmortem-todo-resolver agent._
|
|||
# E2E test 17:12
|
||||
# E2E validation 17:27:45
|
||||
# Final E2E test Tue Apr 14 05:43:38 PM UTC 2026
|
||||
# 1776188690
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ echo "SSH key fetched"
|
|||
# 6. SSH to DevVM and run Claude Code headless
|
||||
TODOS=$(cat /tmp/todos.json)
|
||||
ssh -i /tmp/devvm-key -o StrictHostKeyChecking=no wizard@10.0.10.10 \
|
||||
"cd ~/code/infra && git pull && claude -p \
|
||||
"cd ~/code/infra && git pull && ~/.local/bin/claude -p \
|
||||
--agent postmortem-todo-resolver \
|
||||
--dangerously-skip-permissions \
|
||||
--max-budget-usd 5 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue