Skip to content
Snippets Groups Projects
Commit d182a9d6 authored by Virgile Gerecke's avatar Virgile Gerecke :metal:
Browse files

RSS generation on deploy

parent ea142937
No related merge requests found
stages: stages:
- test - test
- deploy
unittest: unittest:
stage: test stage: test
...@@ -10,3 +11,18 @@ unittest: ...@@ -10,3 +11,18 @@ unittest:
- python3 verify.py - python3 verify.py
- python3 display.py - python3 display.py
pages:
stage: deploy
script:
- pip3 install -r requirements.txt
- python3 rss.py
- mkdir target
- mv rss.xml target
- mv atom.xml target
- mv target public
artifacts:
paths:
- public
only:
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment