Skip to content

Commit a1a5146

Browse files
authored
Merge pull request #8 from Perl/oalders/update-helpers-url
Update URL for Perl helpers repository
2 parents edae8fa + 4d93e0a commit a1a5146

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/github-perl-helpers.git --depth 1 && \
25-
cp github-perl-helpers/bin/* /usr/local/bin/ && \
26-
rm -rf github-perl-helpers
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
2727

2828
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)