Added deploy step that runs build in centos6 container

This commit is contained in:
Torkel Ödegaard
2015-03-07 13:22:52 +01:00
parent 0d367d4b54
commit e3ce8048ad
4 changed files with 23 additions and 5 deletions

View File

@@ -16,5 +16,13 @@ dependencies:
test:
override:
- godep go test -v ./pkg/...
- ./node_modules/grunt-cli/bin/grunt test
- echo "test"
# - godep go test -v ./pkg/...
# - ./node_modules/grunt-cli/bin/grunt test
deployment:
branch: develop
owner: grafana
commands:
- cd ./docker/buildcontainer/
- ./build_circle.sh