Commit bec650d
fix(ci): webhook Docker context = repo root; pi pnpm globals in PATH
The webhook Dockerfile now references workspace-root files (pnpm-lock.yaml,
pnpm-workspace.yaml, other workspace package.json files) to run
`pnpm install --filter webhook-ingest...`. Set docker-context to repo root.
pi-coding-agent install via `pnpm add -g` requires \$PNPM_HOME/bin in PATH
(pnpm 11 uses a /bin layout, not the v10 flat layout). Add both \$PNPM_HOME
and \$PNPM_HOME/bin to PATH so corepack can find pnpm and pnpm can find its
own globals.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent fdd4b15 commit bec650d
2 files changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
0 commit comments