Commit e434f1b4 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:ambulance: fix(gitlab-ci): Added the install of perl as docker image doesnt...

:ambulance:

 fix(gitlab-ci): Added the install of perl as docker image doesnt contains perl by default

Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 3 additions and 0 deletions
+3 -0
......@@ -29,6 +29,9 @@ test_manpages:
only:
- branches
- tags
before_script:
- apt-get update -qq
- apt-get install -y -qq perl
script:
- pod2man -c "FusionDirectory Documentation" -r "FusionDirectory 1.3" contrib/bin/fusiondirectory-insert-schema contrib/man/fusiondirectory-insert-schema.1
- pod2man -c "FusionDirectory Documentation" -r "FusionDirectory 1.3" contrib/bin/fusiondirectory-setup contrib/man/fusiondirectory-setup.1
......
  • bmortier @bmortier

    mentioned in commit 745b94da

    By bmortier on 2018-02-08T08:56:07 (imported from GitLab)

    ·

    mentioned in commit 745b94da

    By bmortier on 2018-02-08T08:56:07 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !130

    By bmortier on 2018-02-08T08:56:25 (imported from GitLab)

    ·

    mentioned in merge request !130

    By bmortier on 2018-02-08T08:56:25 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment