Skip to content
Snippets Groups Projects
Verified Commit f272c359 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed dependency

parent 5ad7e79d
No related branches found
No related tags found
No related merge requests found
Pipeline #6965 failed
...@@ -157,6 +157,8 @@ RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \ ...@@ -157,6 +157,8 @@ RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \
Perl::Critic::Policy::TooMuchCode::ProhibitUnusedImport \ Perl::Critic::Policy::TooMuchCode::ProhibitUnusedImport \
Perl::Critic::Policy::ValuesAndExpressions::RestrictLongStrings \ Perl::Critic::Policy::ValuesAndExpressions::RestrictLongStrings \
Perl::Critic::Policy::Variables::ProhibitLoopOnHash \ Perl::Critic::Policy::Variables::ProhibitLoopOnHash \
Search::Elasticsearch@6.81 \
Search::Elasticsearch::Client::6_0 \
&& rm -Rf $PERL_CPANM_HOME/work/* \ && rm -Rf $PERL_CPANM_HOME/work/* \
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment