2017-02-13 117 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