Преглед изворни кода

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

Torkel Ödegaard пре 11 година
родитељ
комит
f2595917c6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -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