mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
updated wercker build, trying to install ruby and fpm in wercker step
This commit is contained in:
parent
55b40aeb65
commit
f2595917c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user