Commit a12e61c
ci: make the e2e artifacts dir writable by the container user (#264)
Release attempt 3 progressed to the suite actually running (gate jobs
materialized, visual passed) but all 9 scenarios failed at 0s with
`artifacts dir: Permission denied`: the runner-owned bind-mounted dir is
not writable by the container's non-root user on a Linux host. chmod 777
on the throwaway runner dir fixes it. Third and final shakeout fix for
e2e.yml's first real CI executions; the v2.9.0 tag will be re-pointed
after merge.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_015jEKvjBzVjaWLq6o5zg2PV
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 57a8e6b commit a12e61c
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | 68 | | |
63 | 69 | | |
| |||
0 commit comments