1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-18 02:22:31 +00:00
free_zed.gitlab.io/.gitlab-ci.yml

20 lines
289 B
YAML
Raw Normal View History

2019-01-09 20:07:07 +00:00
image: python:3.6-alpine
2019-01-15 15:06:32 +00:00
tests:
except:
- master
script:
- pip install -r requirements.txt
- pelican --fatal warnings
2019-01-09 20:07:07 +00:00
pages:
2019-01-15 15:06:32 +00:00
only:
- master
2019-01-09 20:07:07 +00:00
script:
- pip install -r requirements.txt
- pelican --fatal warnings
artifacts:
when: on_success
paths:
- public