forked from ZeusWPI/drive
Add hosts key variable
This commit is contained in:
parent
0b8603fbe3
commit
386385b23e
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ before_script:
|
|||
- mkdir -p ~/.ssh
|
||||
- chmod 700 ~/.ssh
|
||||
|
||||
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue