Updated wercker file

This commit is contained in:
Torkel Ödegaard 2015-03-03 17:56:08 +01:00
parent 2362f9574e
commit 48d83a4dc4

View File

@ -1,4 +1,4 @@
box: torkelo/grafana-build-box
box: wercker/golang
steps:
- wercker/npm-install@0.9.3
@ -12,6 +12,8 @@ build:
name: build setup
code: |
go run build.go setup
apt-get install ruby-dev gcc
gem install fpm
# Build the project
- script:
name: build backend