Skip to content

Commit ba24924

Browse files
committed
VED-719: Fix validation errors.
1 parent a92c0c7 commit ba24924

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure/azure-prod-proxy-release-pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ extends:
4343
prod_producer_approval: true
4444
apigee_deployments:
4545
- environment: ref
46-
stage_name: Deploy Ref Proxy (TEST TO BE REMOVED)
46+
depends_on: []
4747
jinja_templates:
4848
DOMAIN_ENDPOINT: https://${{ parameters.sub_environment }}.example.com
4949
- environment: prod
50-
stage_name: Deploy Prod Proxy
50+
depends_on:
51+
- ref
5152
jinja_templates:
5253
DOMAIN_ENDPOINT: https://${{ parameters.sub_environment }}.imms.prod.vds.platform.nhs.uk

0 commit comments

Comments
 (0)