Skip to content

Commit

Permalink
upload wheels to bc FTP server
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Feb 8, 2018
1 parent f0da0cf commit 23406ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions ci/travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ fi
echo $JAVA_HOME

python setup.py --maven bdist_wheel

ls -l dist/*

0 comments on commit 23406ae

Please sign in to comment.