Deadline pipeline
This commit is contained in:
parent
341cff16bc
commit
a782bb879e
3 changed files with 31 additions and 8 deletions
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
stages:
|
||||
- deadlines
|
||||
- plagiates
|
||||
|
||||
create_tags:
|
||||
image: python:3
|
||||
stage: deadlines
|
||||
only: master
|
||||
|
||||
tags:
|
||||
- abgabesystem
|
||||
|
||||
script:
|
||||
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
||||
- pip install python-gitlab
|
||||
- ./abgabesystem.py deadlines
|
Loading…
Add table
Add a link
Reference in a new issue