Skip to content

Commit

Permalink
copy dist dir to toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
arnehilmann committed Apr 4, 2016
1 parent 2371336 commit 99b560a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ script:
after_success:
- scripts/build-rpm
- coveralls --verbose
- cp -R target/dist/*/dist .
deploy:
- provider: releases
api_key:
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name = "sunstone-rest-client"
version = '0.0.11'

default_task = ["clean", "analyze", "link_dist_dir", "publish"]
default_task = ["clean", "analyze", "publish"]

authors = [Author('Arne Hilmann', 'arne.hilmann@gmail.com')]
summary = 'sunstone rest client | an opennebula client in python, using the sunstone ReST API'
Expand Down

0 comments on commit 99b560a

Please sign in to comment.