Skip to content

Commit

Permalink
Disable dryRun on CI only
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Feb 27, 2017
1 parent 5d643d5 commit 735714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ bintray {
user = System.getenv('BINTRAY_USER')
key = System.getenv('BINTRAY_KEY')
publish = true
dryRun = false
dryRun = System.getenv("CI") == null
publications = ['bintrayPublication']
pkg {
repo = 'maven'
Expand Down

0 comments on commit 735714e

Please sign in to comment.