Fixup: CI

This commit is contained in:
Tim Schubert 2018-09-26 10:10:00 +02:00
parent a6f82af9a1
commit 72c1b7622b

View file

@ -23,7 +23,7 @@ before_script:
- ssh-keyscan $CI_REPO_HOST | tee ~/.ssh/known_hosts - ssh-keyscan $CI_REPO_HOST | tee ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
## get API token from secret variable ## get API token from secret variable
- ./build-config.sh - ./tools/build-config.sh
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg - cp python-gitlab.cfg $HOME/.python-gitlab.cfg
- python3 setup.py install - python3 setup.py install