2017-02-13 118 views
0

我有一個簡單的應用程序,使用sass,我試圖用流水線設置 目前它的失敗,因爲無法找到sass命令。 我猜我需要運行gem install sass?但我怎樣才能將其添加到我的管道配置?目前,它看起來像這樣:Bitbucket流水線

image: node:7.4.0 
pipelines: 
default: 
- step: 
    script: 
    - npm install 
    - npm install -g grunt 
    - npm install -g grunt-cli 
    - grunt prod 
    - ./heroku-deploy.sh 

回答

0

我用紅寶石節點的圖像,這給修復了這個獲得寶石安裝

image: starefossen/ruby-node:2-5