ソースを参照

travis: set key permissions

Kirill Vainer 8 年 前
コミット
19c5c2df24
2 ファイル変更2 行追加0 行削除
  1. 1 0
      jme3-bullet-native/build.gradle
  2. 1 0
      private/upload_native.sh

+ 1 - 0
jme3-bullet-native/build.gradle

@@ -191,6 +191,7 @@ unzipBullet.dependsOn {
 }
 
 task unzipBulletIfNeeded {
+
 }
 
 unzipBulletIfNeeded.dependsOn {

+ 1 - 0
private/upload_native.sh

@@ -6,6 +6,7 @@ if [ "$NATIVE_CHANGES" != "" ]; then
     git config --global user.name "travis-ci"
     ./gradlew --no-daemon -PbuildNativeProjects=true :jme3-bullet-native:assemble
     openssl aes-256-cbc -K $encrypted_f0a0b284e2e8_key -iv $encrypted_f0a0b284e2e8_iv -in private/key.enc -out "$HOME/.ssh/id_rsa" -d
+    chmod 600 "$HOME/.ssh/id_rsa"
     git checkout -q "$TRAVIS_BRANCH"
     git add -- jme3-bullet-native/libs/native/
     git commit -m "[ci skip] bullet: update $TRAVIS_OS_NAME natives"