1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-08 23:42:37 +00:00

Add deployement only on master

This commit is contained in:
Fred Z 2019-01-15 16:06:32 +01:00
parent 4c6fe17f86
commit e2d91634fe

View File

@ -1,6 +1,15 @@
image: python:3.6-alpine
tests:
except:
- master
script:
- pip install -r requirements.txt
- pelican --fatal warnings
pages:
only:
- master
script:
- pip install -r requirements.txt
- pelican --fatal warnings