Commit ef1acb35 authored by bmortier's avatar bmortier
Browse files

:handshake: fix(ci) add the new sphinx-cli image to the ci


Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
parent 39003417
No related merge requests found
Showing with 2 additions and 11 deletions
+2 -11
# Specify docker image # Generate sphinx rapport
image: debian:stretch
# Execute before every job
# Install libperl-critic-perl, php-codesniffer, git and php
before_script:
- apt-get update -qq
- apt-get install -y -qq python-sphinx python-sphinx-rtd-theme make
# Generate perlcritic rapport
create_sphinx_rapport: create_sphinx_rapport:
image: registry.fusiondirectory.org/fusiondirectory/fd/sphinx-cli:buster
only: only:
- branches - branches
- tags - tags
......
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