Skip to content

Commit

Permalink
Merge pull request #16 from palantir/pr/9730
Browse files Browse the repository at this point in the history
Now make it find the repo
  • Loading branch information
cobaweel authored Jun 16, 2016
2 parents cf513cd + c510463 commit 6ecf751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bintray {
key = System.env.BINTRAY_PASSWORD
pkg {
repo = System.env.CIRCLE_TAG ? 'releases' : System.env.CIRCLE_SHA1 ? 'snapshots' : 'maven'
name = 'cinch'
name = 'Cinch'
licenses = ['Apache-2.0']
publications = ['bintray']
version {
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ machine:
version: oraclejdk6
test:
override:
- ./gradlew build --console=plain --info --stacktrace
- env; ./gradlew build --console=plain --info --stacktrace
deployment:
release:
tag: /[0-9]+(\.[0-9]+)(-rc[0-9]+)?+/
Expand Down

0 comments on commit 6ecf751

Please sign in to comment.