Skip to content

Commit 77f519c

Browse files
committed
Don't run in sanitised environment when initing submodules
Otherwise the submodule cannot be cloned due to lack of an SSH key etc.
1 parent 5dea562 commit 77f519c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git_evtag_py.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def ensure_submodules_init(repo: Path) -> None:
4040
subprocess.run(
4141
["git", "submodule", "update", "--init", "--recursive", "--depth", "1"],
4242
cwd=repo,
43-
env=GIT_ENV,
4443
stdout=subprocess.DEVNULL,
4544
stderr=subprocess.DEVNULL,
4645
check=True,

0 commit comments

Comments
 (0)