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.
2 parents 7fafe7d + b6b620b commit 8881d81Copy full SHA for 8881d81
Dockerfile
@@ -24,6 +24,7 @@ RUN if [ "x${CPANOUTDATED}" = "x1" ] ; then cpan-outdated --exclude-core -p | xa
24
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
+ rm -rf ci-perl-tester-helpers && \
28
+ git config --global --add safe.directory '*'
29
30
CMD ["/bin/bash"]
0 commit comments