Skip to content

Commit ac5d152

Browse files
authored
Merge pull request #41 from Perl/oalders/more-safe-dir
Add safe.directory at system rather than global
2 parents dcc0903 + a72a7bc commit ac5d152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ WORKDIR /tmp/
2525
RUN git clone https://github.com/perl-actions/ci-perl-tester-helpers.git --depth 1 && \
2626
cp ci-perl-tester-helpers/bin/* /usr/local/bin/ && \
2727
rm -rf ci-perl-tester-helpers && \
28-
git config --global --add safe.directory '*'
28+
git config --system --add safe.directory '*'
2929

3030
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)