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 2aca605 + 9ea84ec commit ef00d75Copy full SHA for ef00d75
Dockerfile
@@ -21,7 +21,7 @@ RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
21
RUN cpan-outdated --exclude-core -p | xargs -n1 cpanm
22
23
WORKDIR /tmp/
24
-RUN git clone https://github.com/oalders/ci-perl-tester-helpers.git --depth 1 && \
+RUN git clone https://github.com/perl-actions/ci-perl-tester-helpers.git --depth 1 && \
25
cp ci-perl-tester-helpers/bin/* /usr/local/bin/ && \
26
rm -rf ci-perl-tester-helpers
27
0 commit comments