浏览代码

Updated circle.yml

Torkel Ödegaard 10 年之前
父节点
当前提交
8c27a10612
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      circle.yml

+ 6 - 5
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