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
|
- deadlines
|
||||||
- plagiates
|
- 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:
|
create_tags:
|
||||||
image: python:3
|
image: python:3
|
||||||
stage: deadlines
|
stage: deadlines
|
||||||
|
@ -12,7 +17,4 @@ create_tags:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
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
|
|
@ -11,6 +11,10 @@ courses:
|
||||||
tag: test
|
tag: test
|
||||||
time: !!timestamp 2018-04-18
|
time: !!timestamp 2018-04-18
|
||||||
ref: master
|
ref: master
|
||||||
|
- !!python/object:abgabesystem.Deadline
|
||||||
|
tag: blatt1
|
||||||
|
time: !!timestamp 2018-04-29
|
||||||
|
ref: master
|
||||||
- !!python/object:abgabesystem.Course
|
- !!python/object:abgabesystem.Course
|
||||||
name: Programmieren 2
|
name: Programmieren 2
|
||||||
base: programmieren_2_solutions
|
base: programmieren_2_solutions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue