Commit 48e694d
fix: restore ENABLE_S6_IMAGE default-true logic broken by || true
The expression `getEnvironmentVariable('ENABLE_S6_IMAGE') === 'true' || true`
always evaluates to `true`, ignoring the env var entirely. CI sets
`ENABLE_S6_IMAGE=false` for tests that need non-S6 images, so they were
getting S6 images anyway, causing 'container not found (root-container)'
and 'chown: cannot access extract-platform.sh' failures.
Restore the correct logic: default to true (S6 images) but honour
`ENABLE_S6_IMAGE=false` to opt out.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>1 parent d167cd1 commit 48e694d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments