perhaps a new variable fixes it
This commit is contained in:
parent
574d3ad271
commit
b919bc2243
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue