We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bec09 commit a430bdaCopy full SHA for a430bda
src/test_utils/git.rs
@@ -22,6 +22,8 @@ impl DockerGit {
22
&format!("{}:/workspace", test_dir.path().display()),
23
"-w",
24
"/workspace",
25
+ "--user",
26
+ "root",
27
"alpine/git:latest",
28
"-c",
29
script,
0 commit comments