mirror of
https://github.com/corda/corda.git
synced 2025-01-17 02:09:50 +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 {
|
artifactoryPublish {
|
||||||
|
onlyIf {
|
||||||
|
System.env.'TRAVIS_BRANCH' == "master"
|
||||||
|
}
|
||||||
dependsOn assemble
|
dependsOn assemble
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user