mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
[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:
@ -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"
|
||||
|
Reference in New Issue
Block a user