Echo added host key to log
This commit is contained in:
parent
602ce576dd
commit
04f752c141
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ before_script:
|
|||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
- ssh-add -l
|
||||
- ssh-keyscan localhost >> ~/.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue