Skip to content

Commit c772c1e

Browse files
authored
Fixed deployment config (#8)
1 parent 77d9ae1 commit c772c1e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ notifications:
99

1010
env:
1111
global:
12+
- BINTRAY_REPO_OWNER=ibm-cloud-sdks
1213
- BINTRAY_REPONAME=ibm-cloud-sdk-repo
1314
- BINTRAY_PKGNAME=com.ibm.cloud:sdk-core
1415

@@ -50,7 +51,7 @@ deploy:
5051
api_key: $GITHUB_OAUTH_TOKEN
5152
file_glob: true
5253
file:
53-
- target/java-sdk-core-*.jar
54+
- target/sdk-core-*.jar
5455
skip_cleanup: true
5556
on:
5657
tags: true

build/bintray-config.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vcs_url": "https://github.com/IBM/java-sdk-core.git",
44
"repo": "${BINTRAY_REPONAME}",
55
"issue_tracker_url": "https://github.com/IBM/java-sdk-core/issues",
6-
"subject": "ibm-cloud-sdks",
6+
"subject": "${BINTRAY_REPO_OWNER}",
77
"website_url": "https://github.com/IBM/java-sdk-core",
88
"name": "${BINTRAY_PKGNAME}"
99
},

0 commit comments

Comments
 (0)