Remove access newlines

This commit is contained in:
Tim Schubert 2018-09-21 12:28:01 +02:00
parent 248357433b
commit bb3737b1a3

View file

@ -24,14 +24,14 @@ before_script:
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
## get API token from secret variable ## get API token from secret variable
- echo "\ - echo "\
[global]\n [global]
default = default\n default = default
ssl_verify = true\n ssl_verify = true
\n
[default]\n [default]
url = $(echo ${CI_PROJECT_URL} | cut -d '/' -f -3)\n url = $(echo ${CI_PROJECT_URL} | cut -d '/' -f -3)
api_version = 4\n api_version = 4
private_token = ${PRIVATE_API_TOKEN}\n" > $HOME/.python-gitlab.cfg private_token = ${PRIVATE_API_TOKEN}" > $HOME/.python-gitlab.cfg
- python3 setup.py install - python3 setup.py install
deadlines: deadlines: