update .gitlab-ci.yml

This commit is contained in:
Manuel Friedli 2016-06-27 19:49:06 +02:00
parent 909e263d41
commit c5bc72c0ad
1 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@ build_job:
stage: build
script:
- npm install
- $NPMPATH/bower install
- $NPMPATH/grunt
tags:
- javascript
@ -34,7 +33,6 @@ cleanup_build_job:
stage: cleanup_build
script:
- rm -rf node_modules
- rm -rf bower_components
- rm -rf dist
when: on_failure
@ -74,5 +72,4 @@ cleanup_job:
stage: cleanup
script:
- rm -rf node_modules
- rm -rf bower_components
when: always