Add sync CI task

This commit is contained in:
Tim Schubert 2018-04-23 14:03:55 +02:00
parent 6e1eb5a5a1
commit 41a4fbdf37

View file

@ -1,7 +1,13 @@
stages:
- sync
- deadlines
- plagiates
before_script:
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
- pip install -r requirements.txt
create_tags:
image: python:3
stage: deadlines
@ -12,7 +18,16 @@ create_tags:
- abgabesystem
script:
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
- pip install -r requirements.txt
- python abgabesystem.py deadlines
sync_students:
image: python:3
stage: sync
only:
- master
tags:
- abgabesystem
script:
- python abgabesystem.py sync