We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc0903 + a72a7bc commit ac5d152Copy full SHA for ac5d152
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