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 203e949 + e97c7eb commit 85649cdCopy full SHA for 85649cd
Dockerfile
@@ -21,8 +21,8 @@ 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-helpers.git --depth 1 && \
25
- cp ci-perl-helpers/bin/* /usr/local/bin/ && \
26
- rm -rf ci-perl-helpers
+RUN git clone https://github.com/oalders/ci-perl-tester-helpers.git --depth 1 && \
+ cp ci-perl-tester-helpers/bin/* /usr/local/bin/ && \
+ rm -rf ci-perl-tester-helpers
27
28
CMD ["/bin/bash"]
0 commit comments