File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ steps:
246246 export APIGEE_ORGANIZATION="nhsd-${{ parameters.apigee_organization }}"
247247 export ANSIBLE_FORCE_COLOR=yes
248248 export DIST_DIR=$(SERVICE_DIR)
249+ echo PULL_REQUEST="${{ parameters.pr_label }}".
249250 export PULL_REQUEST="${{ parameters.pr_label }}"
250251
251252 make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
Original file line number Diff line number Diff line change 55
66
77PULL_REQUEST_PIPELINES = {
8- "identity-service" : {
9- "build" : 27 ,
10- "pr" : 54 ,
11- "branch" : "refs/heads/master"
12- },
138 "canary-api" : {
149 "build" : 222 ,
1510 "pr" : 223 ,
1611 "branch" : "refs/heads/main"
17- },
18- "personal-demographics-service" : {
19- "build" : 140 ,
20- "pr" : 144 ,
21- "branch" : "refs/heads/master"
22- },
12+ }
2313}
2414
2515
You can’t perform that action at this time.
0 commit comments