mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Use absolute path to reference ssh key.
Relative path is a bad idea, it fails if we change the current directory. (And it actually fails with the scp)
This commit is contained in:
@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user