mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
Only publish to oss.jfrog.org if TRAVIS_BRANCH is master
This commit is contained in:
parent
7e5bcbea07
commit
022efafbcc
@ -243,6 +243,9 @@ publishing {
|
||||
}
|
||||
|
||||
artifactoryPublish {
|
||||
onlyIf {
|
||||
System.env.'TRAVIS_BRANCH' == "master"
|
||||
}
|
||||
dependsOn assemble
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user