Skip to content

Commit d56c14d

Browse files
committed
Dependencies
1 parent ad5288c commit d56c14d

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

azure/new_pipelines/apigee-deployment.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ parameters:
44
- name: tf_dir
55
type: string
66

7+
trigger: none
8+
pr: none
9+
10+
resources:
11+
repositories:
12+
- repository: common
13+
type: github
14+
name: NHSDigital/api-management-utils
15+
ref: refs/heads/edge
16+
endpoint: NHSDigital
17+
718
pool:
819
name: 'AWS-ECS'
920

azure/new_pipelines/azure-pr-blue-green-root.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
trigger: none
22
pr: none
33

4-
resources:
5-
repositories:
6-
- repository: common
7-
type: github
8-
name: NHSDigital/api-management-utils
9-
ref: refs/heads/edge
10-
endpoint: NHSDigital
11-
124
stages:
135
- stage: GreenDeploy
146
displayName: "Deploy to Green"

0 commit comments

Comments
 (0)