okay, so deleting these dirs is not required

This commit is contained in:
Manuel Friedli 2015-10-07 19:16:03 +02:00
parent 3b2fcbe16e
commit 04afcad428

View file

@ -1,19 +1,4 @@
# This file is generated by GitLab CI
stages:
- clean
- build
cleanup:
stage: clean
script:
- rm -r node_modules
- rm -r bower_components
tags:
except:
- tags
Npm, Bower, Grunt:
stage: build
script:
- npm install
- bower install