Skip to content

Commit

Permalink
Fix on travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Serrat authored and Marc Serrat committed Apr 15, 2020
1 parent fb6d564 commit a079643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deploy:
on:
tags: true
all_branches: true
repo: ingrammicro/apsconnect-cli
repo: cloudblue/apsconnect-cli
condition: "$BUILD = OSX"
- provider: releases
skip_cleanup: true
Expand All @@ -45,7 +45,7 @@ deploy:
on:
tags: true
all_branches: true
repo: ingrammicro/apsconnect-cli
repo: cloudblue/apsconnect-cli
condition: "$BUILD = LINUX"
- provider: pypi
user: "__token__"
Expand All @@ -55,5 +55,5 @@ deploy:
tags: true
all_branches: true
distributions: sdist bdist_wheel
repo: ingrammicro/apsconnect-cli
repo: cloudblue/apsconnect-cli
condition: "$BUILD = PYPI"

0 comments on commit a079643

Please sign in to comment.