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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue