update .gitlab-ci.yml
This commit is contained in:
parent
909e263d41
commit
c5bc72c0ad
1 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@ build_job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- $NPMPATH/bower install
|
|
||||||
- $NPMPATH/grunt
|
- $NPMPATH/grunt
|
||||||
tags:
|
tags:
|
||||||
- javascript
|
- javascript
|
||||||
|
@ -34,7 +33,6 @@ cleanup_build_job:
|
||||||
stage: cleanup_build
|
stage: cleanup_build
|
||||||
script:
|
script:
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
- rm -rf bower_components
|
|
||||||
- rm -rf dist
|
- rm -rf dist
|
||||||
when: on_failure
|
when: on_failure
|
||||||
|
|
||||||
|
@ -74,5 +72,4 @@ cleanup_job:
|
||||||
stage: cleanup
|
stage: cleanup
|
||||||
script:
|
script:
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
- rm -rf bower_components
|
|
||||||
when: always
|
when: always
|
||||||
|
|
Loading…
Reference in a new issue