Commit e976265
authored
chore(e2e): restrict git ceiling directory for actor push (apify#3467)
The new `apify-cli` uses `git ls-files` for file collection, which walks
up to the repo root and picks up the root `.gitignore` rule
`test/e2e/**/packages` — silently excluding the copied crawlee packages
from the upload and breaking Docker builds on the platform.
Fix: set `GIT_CEILING_DIRECTORIES` when calling `apify push` so git
doesn't traverse past the actor directory.1 parent 6f3cd87 commit e976265
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
0 commit comments