From b7304806d7fb964ce023224b5c58d71d058986ae Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Thu, 26 Jan 2017 17:11:38 -0500 Subject: [PATCH] Tried some yml fixed --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e734dca..c0fa2d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,13 +6,15 @@ image: sorose/graphics:v8 stages: - build - - build-docs - - deploy-docs + - build_docs + - deploy_docs - test # - review before_script: - apt update && apt -y install python3-pip gcc libmagickwand-dev + +after_script: - rm -rf dist build docs/build openlut.egg-info build: @@ -24,7 +26,7 @@ build: paths: - dist/* -build-docs: +build_docs: stage: build-docs script: - ./mkDocs.sh @@ -32,7 +34,7 @@ build-docs: paths: - docs/build/html -deploy-docs: +deploy_docs: stage: deploy-docs environment: name: Documentation