diff --git a/gocd/deploy.end.of.transfer.service.pipeline.gocd.yml b/gocd/deploy.end.of.transfer.service.pipeline.gocd.yml index 9c921f5..5ea1961 100644 --- a/gocd/deploy.end.of.transfer.service.pipeline.gocd.yml +++ b/gocd/deploy.end.of.transfer.service.pipeline.gocd.yml @@ -63,7 +63,7 @@ common: allow_only_on_success: true clean_workspace: true jobs: - plan: *destroy_job + destroy: *destroy_job # - plan: # clean_workspace: true # jobs: @@ -122,7 +122,7 @@ pipelines: stage: deploy_test dev_env: pipeline: end-of-transfer-service.dev - stage: deploy + stage: destroy # e2e: # pipeline: repo-e2e-tests.dev # stage: test @@ -145,7 +145,7 @@ pipelines: stage: deploy_pre_prod test_env: pipeline: end-of-transfer-service.test - stage: deploy + stage: destroy # e2e: # pipeline: repo-e2e-tests.test # stage: test @@ -168,7 +168,7 @@ pipelines: stage: deploy_perf test_env: pipeline: end-of-transfer-service.test - stage: deploy + stage: destroy # e2e: # pipeline: repo-e2e-tests.test # stage: test @@ -191,7 +191,7 @@ pipelines: stage: deploy_prod pre-prod_env: pipeline: end-of-transfer-service.pre-prod - stage: deploy + stage: destroy environment_variables: NHS_ENVIRONMENT: prod NHS_SERVICE: end-of-transfer-service