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 b8bc900 commit 9ea84ecCopy full SHA for 9ea84ec
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