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
1 changed files with 7 additions and 7 deletions

View File

@ -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