DEVTOOLS-483: Add circle deployments for SmartThingsPublic.

This commit is contained in:
Jeff Blaisdell
2016-02-25 14:43:55 -06:00
parent 2cb687dca9
commit 9e33f190c3

View File

@@ -51,7 +51,7 @@ hipchatShareFile {
hipchatSendNotification {
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'
notify = true
}