updated wercker file to change package dir

This commit is contained in:
Torkel Ödegaard
2015-02-05 15:28:17 +01:00
parent f4e26bba3f
commit 39ee394068
+3 -1
View File
@@ -7,7 +7,9 @@ steps:
build:
steps:
# Workspace
- setup-go-workspace
- setup-go-workspace:
package_dir: github.com/grafana/grafana
- script:
name: install godep
code: |