Merge branch 'master' of ips1.ibr.cs.tu-bs.de:abgabesystem/abgabesystem
This commit is contained in:
commit
bd910e09e0
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ variables:
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
- doc
|
||||||
- deadline
|
- deadline
|
||||||
- plagiates
|
- plagiates
|
||||||
|
|
||||||
|
@ -22,11 +23,11 @@ before_script:
|
||||||
## get API token from secret variable
|
## get API token from secret variable
|
||||||
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg
|
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg
|
||||||
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
||||||
- python setup.py install
|
- python3 setup.py install
|
||||||
|
|
||||||
deadlines:
|
deadlines:
|
||||||
## creates the pushed tag inside all projects
|
## creates the pushed tag inside all projects
|
||||||
stage: deadlines
|
stage: deadline
|
||||||
tags:
|
tags:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue