From 8acddfe548d7ed5c74b57e20f37587b53d86c867 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Thu, 15 Sep 2016 23:40:44 +0200 Subject: [PATCH] don't cleanup: this should enable me to spot the bug. --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b200abe..ea41a5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - cleanup_build - deploy - - cleanup +# - cleanup .run_deploy: &run_deploy script: @@ -72,9 +72,9 @@ production: ENVIRON: production TARGET: $WWW_DEPLOY_ROOT_PRODUCTION -cleanup_job: - stage: cleanup - script: - - rm -rf node_modules - - rm -rf typings - when: always +#cleanup_job: +# stage: cleanup +# script: +# - rm -rf node_modules +# - rm -rf typings +# when: always