Skip to content

Commit 699f6f4

Browse files
committed
test: set safe.directory for git repo in apache container
See git/git@f4aa8c8
1 parent fc13634 commit 699f6f4

File tree

1 file changed

+1
-0
lines changed
  • crates/cargo-test-support/containers/apache

1 file changed

+1
-0
lines changed

crates/cargo-test-support/containers/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY bar /repos/bar
66
WORKDIR /repos/bar
77
RUN git config --global user.email "[email protected]" &&\
88
git config --global user.name "Test User" &&\
9+
git config --system --add safe.directory '*' &&\
910
git init -b master . &&\
1011
git add Cargo.toml src &&\
1112
git commit -m "Initial commit" &&\

0 commit comments

Comments
 (0)