perhaps a new variable fixes it

This commit is contained in:
Manuel Friedli 2016-06-26 22:51:03 +02:00
parent 574d3ad271
commit b919bc2243

View file

@ -1,5 +1,5 @@
variables: variables:
PATH: "$PATH:node_modules/.bin" NPMPATH: "node_modules/.bin"
stages: stages:
- build - build
@ -8,8 +8,8 @@ stages:
Npm, Bower, Grunt: Npm, Bower, Grunt:
script: script:
- npm install - npm install
- bower install - $NPMPATH/bower install
- grunt - $NPMPATH/grunt
tags: tags:
except: except:
- tags - tags