updated build script to output bin in correct path

pull/1442/head
Torkel Ödegaard 11 years ago
parent 0b855aeac9
commit 9ba34aabab
  1. 4
      wercker.yml

@ -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/

Loading…
Cancel
Save