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:
|
||||
image: python:3
|
||||
stage: deadlines
|
||||
only: master
|
||||
only:
|
||||
- master
|
||||
|
||||
tags:
|
||||
- abgabesystem
|
||||
|
||||
script:
|
||||
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
||||
- pip install python-gitlab
|
||||
- ./abgabesystem.py deadlines
|
||||
- pip install -r requirements.txt
|
||||
- python abgabesystem.py deadlines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue