We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8881d81 commit a72a7bcCopy full SHA for a72a7bc
Dockerfile
@@ -25,6 +25,6 @@ WORKDIR /tmp/
25
RUN git clone https://github.com/perl-actions/ci-perl-tester-helpers.git --depth 1 && \
26
cp ci-perl-tester-helpers/bin/* /usr/local/bin/ && \
27
rm -rf ci-perl-tester-helpers && \
28
- git config --global --add safe.directory '*'
+ git config --system --add safe.directory '*'
29
30
CMD ["/bin/bash"]
0 commit comments