From 9e33f190c33e8a8d771bf5fa2ddb6c3231237f53 Mon Sep 17 00:00:00 2001 From: Jeff Blaisdell Date: Thu, 25 Feb 2016 14:43:55 -0600 Subject: [PATCH] DEVTOOLS-483: Add circle deployments for SmartThingsPublic. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f6ef1da..481d91a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 }