[TRAVIS] Be sure that ssh key has correct file rights. (Bis)

The ssh key right mode must be 600. (644 is for public key...)
This commit is contained in:
Matthieu Gautier 2017-02-12 19:09:10 +01:00
parent 57eadef4a0
commit 5f01937d69
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SSH_KEY=travis/travisci_builder_id_key
chmod 644 ${SSH_KEY}
chmod 600 ${SSH_KEY}
BASE_DIR="BUILD_${BUILD_TARGET}_static/INSTALL"