chore(automation): CI yaml branch name needs to be a string

This commit is contained in:
perry
2016-01-28 16:47:16 -06:00
parent 22ce7a6034
commit 0be11ce537

View File

@ -3,6 +3,6 @@ test:
- echo "Automatically marking tests as passing for now" - echo "Automatically marking tests as passing for now"
deployment: deployment:
tasks: tasks:
branch: 2.0 branch: "2.0"
commands: commands:
- ./scripts/ci/deploy.sh - ./scripts/ci/deploy.sh