don't cleanup: this should enable me to spot the bug.

This commit is contained in:
Manuel Friedli 2016-09-15 23:40:44 +02:00
parent e9697aa88b
commit 8acddfe548

View file

@ -2,7 +2,7 @@ stages:
- build - build
- cleanup_build - cleanup_build
- deploy - deploy
- cleanup # - cleanup
.run_deploy: &run_deploy .run_deploy: &run_deploy
script: script:
@ -72,9 +72,9 @@ production:
ENVIRON: production ENVIRON: production
TARGET: $WWW_DEPLOY_ROOT_PRODUCTION TARGET: $WWW_DEPLOY_ROOT_PRODUCTION
cleanup_job: #cleanup_job:
stage: cleanup # stage: cleanup
script: # script:
- rm -rf node_modules # - rm -rf node_modules
- rm -rf typings # - rm -rf typings
when: always # when: always