Skip to content

Commit 3055fa6

Browse files
Merge pull request #61 from NHSDigital/NPA-2498-remove-ref-env
NPA-2498: Removing ref env from release pipeline
2 parents 7bc7b62 + a7beda9 commit 3055fa6

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

azure/azure-release-pipeline.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ extends:
4949
proxy_path: sandbox
5050
post_deploy:
5151
- template: ./templates/run-tests.yml
52-
- environment: ref
53-
depends_on:
54-
- internal_qa
55-
- internal_qa_sandbox
56-
post_deploy:
57-
- template: ./templates/run-tests.yml
5852
- environment: sandbox
5953
proxy_path: sandbox
6054
# post_deploy:

manifest_template.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ APIGEE_ENVIRONMENTS:
1212
has_mock_auth: true
1313
rate_limit: 300
1414
spike_rate_limit: 600pm # 10 requests per second
15-
- name: ref
16-
display_name: Reference
17-
has_mock_auth: true
18-
rate_limit: 300
19-
spike_rate_limit: 600pm # 10 requests per second
2015
- name: internal-dev-sandbox
2116
display_name: Internal Development Sandbox
2217
portal_visibility: false

0 commit comments

Comments
 (0)