This commit is contained in:
Tim Schubert 2018-04-30 09:21:28 +02:00
commit 5d86d77820
2 changed files with 10 additions and 4 deletions

View file

@ -2,6 +2,11 @@ stages:
- 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 +17,4 @@ 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
- python abgabesystem.py deadlines

View file

@ -11,6 +11,10 @@ courses:
tag: test
time: !!timestamp 2018-04-18
ref: master
- !!python/object:abgabesystem.Deadline
tag: blatt1
time: !!timestamp 2018-04-29
ref: master
- !!python/object:abgabesystem.Course
name: Programmieren 2
base: programmieren_2_solutions