Skip to content
Snippets Groups Projects
Commit aa436281 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: fix(gitlab): correct .gitlab-ci.yml


add perl dependancy for perl lint

Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
parent e064b688
No related branches found
No related tags found
No related merge requests found
......@@ -21,5 +21,8 @@ create_perl_lint_rapport:
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq perl
script:
- find bin/ -type f -print0 | xargs -0 -n1 perl -cw
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment