Selaa lähdekoodia

Ensure ssh dir is created else cat fails

paulm 11 vuotta sitten
vanhempi
sitoutus
44f6bca90c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -37,6 +37,7 @@ before_script:
 - cmake ..
 after_success:
 - hash=`git rev-parse HEAD`
+- mkdir ~/.ssh
 - cat $KEY > ~/.ssh/id_rsa
 - chmod 600 ~/.ssh/id_rsa
 - chmod 755 ~/.ssh