lets try localhorst one last time

This commit is contained in:
Tim Schubert 2018-05-17 17:27:02 +02:00
parent a74046dccb
commit 960e357519

View file

@ -15,7 +15,7 @@ before_script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-add -l
- ssh-keyscan ips1.ibr.cs.tu-bs.de | tee ~/.ssh/known_hosts
- ssh-keyscan localhost | tee ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
## get API token from secret variable
- cp python-gitlab.cfg $HOME/.python-gitlab.cfg