From 23406aec2e15e5b5a47dc1f02a896c9224ae39c8 Mon Sep 17 00:00:00 2001 From: Marco Zuehlke Date: Thu, 8 Feb 2018 14:03:47 +0100 Subject: [PATCH] upload wheels to bc FTP server --- .travis.yml | 2 +- ci/travis/run.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9143eb92..86dd72d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,5 +67,5 @@ script: after_success: # only publish artifacts on master branch when pushed (not from cron or PRs) - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_EVENT_TYPE" = "push" ]; then - bash ./upload-to-ftp.sh; + bash ./ci/upload-to-ftp.sh; fi diff --git a/ci/travis/run.sh b/ci/travis/run.sh index dcddf4a3..94ccf980 100644 --- a/ci/travis/run.sh +++ b/ci/travis/run.sh @@ -21,5 +21,3 @@ fi echo $JAVA_HOME python setup.py --maven bdist_wheel - -ls -l dist/* \ No newline at end of file