Merge pull request #38 from kiwix/travis_ssh_key

Use absolute path to reference ssh key.
This commit is contained in:
Matthieu Gautier 2017-04-19 17:11:11 +02:00 committed by GitHub
commit db9f277188
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
BASE_DIR="BUILD_${PLATFORM}"
NIGHTLY_ARCHIVES_DIR=${HOME}/NIGHTLY_ARCHIVES
SSH_KEY=travis/travisci_builder_id_key
SSH_KEY=${TRAVIS_BUILD_DIR}/travis/travisci_builder_id_key
mkdir -p ${NIGHTLY_ARCHIVES_DIR}