strict host checking disabled
This commit is contained in:
parent
8c37308a4d
commit
a7d1b9389e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ rvm:
|
|||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_6059a4f451fd_key -iv $encrypted_6059a4f451fd_iv
|
||||
-in id_rsa.enc -out ~/.ssh/id_rsa -d
|
||||
- echo -e "Host zeus.ugent.be\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
|
||||
|
||||
install:
|
||||
- bundle install --without development
|
||||
|
|
Loading…
Reference in a new issue