Skip to content

Commit a2d92bd

Browse files
committed
Remove approval step temporarily
1 parent ea4fc06 commit a2d92bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure/azure-release-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ extends:
3030
service_name: ${{ variables.service_name }}
3131
short_service_name: ${{ variables.short_service_name }}
3232
service_base_path: ${{ variables.service_base_path }}
33+
prod_requires_approval: false
34+
# prod_requires_approval: true
35+
# prod_producer_approval: true
3336
apigee_deployments:
3437
# - environment: internal-dev
3538
# jinja_templates:
@@ -73,8 +76,5 @@ extends:
7376
# aws_account_type: 'dev'
7477
- environment: prod
7578
depends_on: []
76-
prod_requires_approval: false
77-
# prod_producer_approval: true
7879
jinja_templates:
7980
DOMAIN_ENDPOINT: https://green.imms.prod.vds.platform.nhs.uk
80-

0 commit comments

Comments
 (0)