Merge branch 'master' of https://ips1.ibr.cs.tu-bs.de/abgabesystem/abgabesystem
This commit is contained in:
commit
5d86d77820
2 changed files with 10 additions and 4 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue