[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:
parent
57eadef4a0
commit
5f01937d69
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
SSH_KEY=travis/travisci_builder_id_key
|
SSH_KEY=travis/travisci_builder_id_key
|
||||||
|
|
||||||
chmod 644 ${SSH_KEY}
|
chmod 600 ${SSH_KEY}
|
||||||
|
|
||||||
|
|
||||||
BASE_DIR="BUILD_${BUILD_TARGET}_static/INSTALL"
|
BASE_DIR="BUILD_${BUILD_TARGET}_static/INSTALL"
|
||||||
|
|
Loading…
Reference in New Issue