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