1
0
mirror of https://gitlab.com/openlp/website.git synced 2024-12-21 12:32:51 +00:00

Remove pages sections from .gitlab-ci.yml because we don't need them.

This commit is contained in:
Raoul Snyman 2019-07-15 05:14:18 +00:00
parent 5cc2148af2
commit b61ba63b24

View File

@ -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: