From b61ba63b24487373318980fa8a75d41b43434c2c Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 15 Jul 2019 05:14:18 +0000 Subject: [PATCH] Remove pages sections from .gitlab-ci.yml because we don't need them. --- .gitlab-ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1810b63..ebd3c1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,28 +4,6 @@ before_script: - apk --no-cache add make openssh-client py3-setuptools python3-dev py3-pillow py3-lxml - python3 -m pip install nikola -pages: - stage: deploy - script: - - nikola theme -i bootstrap3 - - nikola build - artifacts: - paths: - - output - only: - - master - -test: - stage: test - script: - - nikola theme -i bootstrap3 - - nikola build - artifacts: - paths: - - output - except: - - master - deploy: stage: deploy script: