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