From 716ffbc9ff71ad660f774ffe43492145c38b7171 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Sat, 8 Apr 2017 21:16:59 +0200 Subject: [PATCH] Change the right of travisci_builder_id_key in the .travis.yml This is better there. Instructions to prepare the ssh should be in the same place. --- .travis.yml | 1 + travis/deploy.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba40ef4..5e2fafb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: required before_install: - openssl aes-256-cbc -K $encrypted_eba2f7543984_key -iv $encrypted_eba2f7543984_iv -in travis/travisci_builder_id_key.enc -out travis/travisci_builder_id_key -d +- chmod 600 travis/travisci_builder_id_key cache: ccache install: travis/install_extra_deps.sh script: travis/compile_all.sh diff --git a/travis/deploy.sh b/travis/deploy.sh index c3dfa61..e9d6390 100755 --- a/travis/deploy.sh +++ b/travis/deploy.sh @@ -4,7 +4,6 @@ set -e SSH_KEY=travis/travisci_builder_id_key -chmod 600 ${SSH_KEY} BASE_DIR="BUILD_*/INSTALL" ./kiwix-deploy.py ${BASE_DIR} ${ARCHIVE_TYPE} \