mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Added deploy step that runs build in centos6 container
This commit is contained in:
12
circle.yml
12
circle.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user