mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
DEVTOOLS-483: Add circle deployments for SmartThingsPublic.
This commit is contained in:
@@ -51,7 +51,7 @@ hipchatShareFile {
|
|||||||
|
|
||||||
hipchatSendNotification {
|
hipchatSendNotification {
|
||||||
String branch = project.hasProperty('branch') ? project.property('branch') : 'unknown'
|
String branch = project.hasProperty('branch') ? project.property('branch') : 'unknown'
|
||||||
message = "Began executable deploy of SmartThingsPrivate(${branch})."
|
message = "Began executable deploy of SmartThingsPublic(${branch})."
|
||||||
color = branch == 'master' ? 'yellow' : 'red'
|
color = branch == 'master' ? 'yellow' : 'red'
|
||||||
notify = true
|
notify = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user