Skip to content

Commit a72a7bc

Browse files
committed
Add safe.directory at system rather than global
It's possible that GitHub actions are messing with the global config, so let's try setting the safe directory at the system level.
1 parent 8881d81 commit a72a7bc

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)