mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Upload build log on failure.
This commit is contained in:
13
travis/upload_all_log.sh
Executable file
13
travis/upload_all_log.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
SSH_KEY=$(pwd)/travis/travisci_builder_id_key
|
||||
|
||||
cd $HOME
|
||||
|
||||
tar -czf fail_log_${PLATFORM}.tar.gz BUILD_${PLATFORM}
|
||||
|
||||
scp -vrp -i ${SSH_KEY} \
|
||||
fail_log_${PLATFORM}.tar.gz \
|
||||
nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci
|
Reference in New Issue
Block a user