From 0be11ce537c275d05741ae74e13e5401b10a1bdf Mon Sep 17 00:00:00 2001 From: perry Date: Thu, 28 Jan 2016 16:47:16 -0600 Subject: [PATCH] chore(automation): CI yaml branch name needs to be a string --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6530fdd846..5c4f08aeaa 100644 --- a/circle.yml +++ b/circle.yml @@ -3,6 +3,6 @@ test: - echo "Automatically marking tests as passing for now" deployment: tasks: - branch: 2.0 + branch: "2.0" commands: - ./scripts/ci/deploy.sh