Skip to content

Commit 369fa8a

Browse files
authored
Merge pull request #83 from cloudblue/move-to-cloudblue
Fix on travis file
2 parents f6218a2 + a079643 commit 369fa8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ deploy:
3333
on:
3434
tags: true
3535
all_branches: true
36-
repo: ingrammicro/apsconnect-cli
36+
repo: cloudblue/apsconnect-cli
3737
condition: "$BUILD = OSX"
3838
- provider: releases
3939
skip_cleanup: true
@@ -45,7 +45,7 @@ deploy:
4545
on:
4646
tags: true
4747
all_branches: true
48-
repo: ingrammicro/apsconnect-cli
48+
repo: cloudblue/apsconnect-cli
4949
condition: "$BUILD = LINUX"
5050
- provider: pypi
5151
user: "__token__"
@@ -55,5 +55,5 @@ deploy:
5555
tags: true
5656
all_branches: true
5757
distributions: sdist bdist_wheel
58-
repo: ingrammicro/apsconnect-cli
58+
repo: cloudblue/apsconnect-cli
5959
condition: "$BUILD = PYPI"

0 commit comments

Comments
 (0)