don't cleanup: this should enable me to spot the bug.
This commit is contained in:
parent
e9697aa88b
commit
8acddfe548
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue