Commit f2595917 by Torkel Ödegaard

updated wercker build, trying to install ruby and fpm in wercker step

parent 55b40aeb
......@@ -12,8 +12,8 @@ build:
name: build setup
code: |
go run build.go setup
apt-get install -y ruby-dev gcc
gem install fpm
sudo apt-get install -y ruby-dev gcc
sudo gem install fpm
# Build the project
- script:
name: build backend
......
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