From 9ba34aababe401af631808f9c50582186d358909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sun, 4 Jan 2015 18:57:16 +0100 Subject: [PATCH] updated build script to output bin in correct path --- wercker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wercker.yml b/wercker.yml index ce0f7f8b969..e76a47e9c1f 100644 --- a/wercker.yml +++ b/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/