Finalize only master push feature

This commit is contained in:
Roman Mandeleil 2015-03-27 17:21:28 +03:00
parent 28b39a90ca
commit ebfdb860a8
1 changed files with 3 additions and 6 deletions

View File

@ -156,12 +156,9 @@ artifactory {
} }
artifactoryPublish.onlyIf { artifactoryPublish.onlyIf {
// (!pullRequest || pullRequest == 'false') && (!pullRequest || pullRequest == 'false') &&
// project.version.endsWith('-SNAPSHOT') && project.version.endsWith('-SNAPSHOT') &&
branchName.startsWith('master')
branchName.startsWith('master')
} }
bintray { bintray {