Skip to content

Commit

Permalink
Merge pull request #144 from nhsconnect/PRMT-4377
Browse files Browse the repository at this point in the history
[PRMT-4377]
  • Loading branch information
MohammadIqbalAD-NHS authored Jan 30, 2024
2 parents 5c46b43 + d99a4a2 commit 93d43a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gocd/deploy.end.of.transfer.service.pipeline.gocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 93d43a0

Please sign in to comment.