Commit 9ba34aab by Torkel Ödegaard

updated build script to output bin in correct path

parent 0b855aea
......@@ -17,12 +17,12 @@ build:
- script:
name: godep build
code: |
godep go build ./...
godep go build -o bin/grafana .
# Test the project
- script:
name: godep go test
code: |
godep go test ./...
godep go test ./pkg/...
# frontend
- npm-install:
cwd: grafana/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment