Files
kiwix-build/travis/upload_all_log.sh
Matthieu Gautier 281adbd768 Build everything in a container.
Docker containers don't have the SSH_KEY so we need to copy
archives and git repo in a directory on the host and
launch deploy.sh script from there.
2019-05-02 17:44:56 +02:00

12 lines
184 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd $HOME
tar -czf fail_log_${PLATFORM}.tar.gz BUILD_${PLATFORM}
scp -vrp -i ${SSH_KEY} \
fail_log_${PLATFORM}.tar.gz \
ci@tmp.kiwix.org:/data/tmp/ci