Skip to content

Commit 4d93e0a

Browse files
committed
github-perl-helpers is now ci-perl-helpers
1 parent edae8fa commit 4d93e0a

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)