Commit 7f1405e3 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>
Showing with 1 addition and 8 deletions
+1 -8
# Specify docker image
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 sphinx rapport # Generate sphinx 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