From c5bc72c0ade93cc5148168e0ad728496cc3adc35 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Mon, 27 Jun 2016 19:49:06 +0200 Subject: [PATCH] update .gitlab-ci.yml --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d4f644..549dc2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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