Skip to content

Commit

Permalink
ninja-fix: uncomment and rename to maven-reaper-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsembwever committed Sep 26, 2018
1 parent ae27e45 commit e68f795
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,15 @@ deploy:
on:
branch: master
condition: $CASSANDRA_VERSION =~ ^2\.1\..* && "x${GRIM_MIN}" = "x"
# ninja-fix until bintray problems are sorted out
#- provider: bintray
# file: src/ci/descriptor-maven-snapshot.json
# user: adejanovski
# key: "$BINTRAY_API_KEY"
# dry-run: false
# skip_cleanup: true
# on:
# branch: master
# condition: $CASSANDRA_VERSION =~ ^2\.1\..* && "x${GRIM_MIN}" = "x"
- provider: bintray
file: src/ci/descriptor-maven-snapshot.json
user: adejanovski
key: "$BINTRAY_API_KEY"
dry-run: false
skip_cleanup: true
on:
branch: master
condition: $CASSANDRA_VERSION =~ ^2\.1\..* && "x${GRIM_MIN}" = "x"
- provider: bintray
file: src/ci/descriptor-rpm.json
user: adejanovski
Expand Down
2 changes: 1 addition & 1 deletion src/ci/descriptor-maven-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"name": "io.cassandrareaper:cassandra-reaper", // Bintray package name
"repo": "reaper-maven-snapshots", // Bintray repository name
"repo": "reaper-maven-beta", // Bintray repository name
"subject": "thelastpickle", // Bintray subject (user or organization)
"desc": "Apache Cassandra Reaper snapshot releases",
"website_url": "cassandra-reaper.io",
Expand Down

0 comments on commit e68f795

Please sign in to comment.