Output keyscan result

This commit is contained in:
Tim Schubert 2018-05-17 17:11:57 +02:00
parent 593f195f10
commit b6bc879c76

View file

@ -15,8 +15,7 @@ before_script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-add -l
- ssh-keyscan localhost >> ~/.ssh/known_hosts
- cat ~/.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