Commit c9f718b
Don't export placeholder WRITE_BUCKET in CI
Removed the 'write-bucket-not-set' default and only export WRITE_BUCKET
when .env sets it. Otherwise CI inherits a bogus bucket name, the
@IgnoreIf({ env.WRITE_BUCKET == null }) integration-test guard becomes
false, and the tests run against a non-existent bucket
(NoSuchBucketException).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c97fce1 commit c9f718b
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | | - | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| |||
0 commit comments