Updated circle.yml

pull/1580/head
Torkel Ödegaard 10 years ago
parent e3ce8048ad
commit 8c27a10612
  1. 11
      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

Loading…
Cancel
Save