Fixup: Copy config to home dir
This commit is contained in:
parent
6b6666098c
commit
165f219f80
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ create_tags:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/python-gitlab.cfg
|
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg
|
||||||
|
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python abgabesystem.py deadlines
|
- python abgabesystem.py deadlines
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue