From d2baf8dc0f3a2b734fc1529d2a799df4456f309c Mon Sep 17 00:00:00 2001 From: kyllian <kyllian.beasse@veremes.com> Date: Fri, 13 Jan 2023 17:38:56 +0100 Subject: [PATCH] =?UTF-8?q?test=20avec=20une=20image=20pr=C3=A9=20install?= =?UTF-8?q?=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81dbb4a6d..fab3988b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,23 +1,9 @@ -image: python:3.7-alpine +image: veremes/sphinx-doc:latest variables: S3_BUCKET_NAME_PROD: "documentation.veremes.net/vmap" S3_BUCKET_NAME_DEV: "documentation-dev.veremes.net/vmap" -before_script: - - apk update && apk add git && apk add tzdata - - apk add build-base - - cp /usr/share/zoneinfo/Europe/Paris /etc/localtime - - echo "Europe/Paris" > /etc/timezone - - TZ=Europe/Paris - - pip install sphinx - - pip install sphinx-intl - - pip install sphinx_rtd_theme==0.5.2 - - pip install sphinx-markdown-parser - - pip install myst-parser - - pip install awscli - - pip install pymdown-extensions - # Deploiement documentation francaise en production #deploy-fr-prod: # stage: deploy -- GitLab