Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
f2595917c6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      wercker.yml

+ 2 - 2
wercker.yml

@@ -12,8 +12,8 @@ build:
         name: build setup
         name: build setup
         code: |
         code: |
           go run build.go setup
           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
     # Build the project
     - script:
     - script:
         name: build backend
         name: build backend