From 8c27a10612c30d7305cf397ee408bae518270a6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 7 Mar 2015 13:23:57 +0100 Subject: [PATCH] Updated circle.yml --- circle.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index f525311d502..c1259184c52 100644 --- a/circle.yml +++ b/circle.yml @@ -21,8 +21,9 @@ test: # - ./node_modules/grunt-cli/bin/grunt test deployment: - branch: develop - owner: grafana - commands: - - cd ./docker/buildcontainer/ - - ./build_circle.sh + develop: + branch: develop + owner: grafana + commands: + - cd ./docker/buildcontainer/ + - ./build_circle.sh