Fixup: Copy config to home dir

This commit is contained in:
Tim Schubert 2018-04-18 15:56:01 +02:00
parent 6b6666098c
commit 165f219f80

View file

@ -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