Skip to content

Commit 85649cd

Browse files
authored
Merge pull request #11 from Perl/oalders/new-helpers-url
Use new helpers repo URL
2 parents 203e949 + e97c7eb commit 85649cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ RUN cpm install -g --show-build-log-on-failure --cpanfile /tmp/cpanfile
2121
RUN cpan-outdated --exclude-core -p | xargs -n1 cpanm
2222

2323
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
24+
RUN git clone https://github.com/oalders/ci-perl-tester-helpers.git --depth 1 && \
25+
cp ci-perl-tester-helpers/bin/* /usr/local/bin/ && \
26+
rm -rf ci-perl-tester-helpers
2727

2828
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)