From 04afcad428e3df2aae6cca9e1c95e48bd977f505 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 7 Oct 2015 19:16:03 +0200 Subject: [PATCH] okay, so deleting these dirs is not required --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32ae9cf..2abfa9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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