From fe2796f9bc5d692a2385294c8ea999285f9ac4cf Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 5 Feb 2018 08:30:09 +0000 Subject: [PATCH] Use absolute path for the archive name --- travis/compile_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile_all.py b/travis/compile_all.py index 475d0d9..44a6d76 100755 --- a/travis/compile_all.py +++ b/travis/compile_all.py @@ -121,7 +121,7 @@ for target in TARGETS: with tarfile.open(str(BASE_DIR/archive_name), 'w:gz') as tar: for name in files_to_archive: tar.add(str(name)) - scp(str(archive_name), 'nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci/') + scp(str(BASE_DIR/archive_name), 'nightlybot@download.kiwix.org:/var/www/tmp.kiwix.org/ci/') run_kiwix_build(target, platform=PLATFORM,