Merge branch 'master' of https://ips1.ibr.cs.tu-bs.de/abgabesystem/abgabesystem
This commit is contained in:
commit
aa45d58bb3
1 changed files with 4 additions and 3 deletions
|
@ -5,12 +5,13 @@ stages:
|
||||||
create_tags:
|
create_tags:
|
||||||
image: python:3
|
image: python:3
|
||||||
stage: deadlines
|
stage: deadlines
|
||||||
only: master
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
||||||
- pip install python-gitlab
|
- pip install -r requirements.txt
|
||||||
- ./abgabesystem.py deadlines
|
- python abgabesystem.py deadlines
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue