mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Remove pages sections from .gitlab-ci.yml because we don't need them.
This commit is contained in:
parent
5cc2148af2
commit
b61ba63b24
@ -4,28 +4,6 @@ before_script:
|
|||||||
- apk --no-cache add make openssh-client py3-setuptools python3-dev py3-pillow py3-lxml
|
- apk --no-cache add make openssh-client py3-setuptools python3-dev py3-pillow py3-lxml
|
||||||
- python3 -m pip install nikola
|
- 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:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user