Commit 90701a5
committed
feat(e2b): nightly-local.sh uses tracked-only packing module (P0-2)
Replace inline 'tar --exclude=...' with a one-liner that calls
scripts.e2b.lib.packing.pack_directory — same git ls-files + denylist
+ secret-scan guarantees as the e2b sandbox path. Old tar exclusion
list was a maintenance hazard (any new sensitive dir like experience/
had to be added in two places) and provided weaker guarantees (didn't
catch .env at repo root).1 parent d4f80b5 commit 90701a5
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments