We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5542807 commit 092fb05Copy full SHA for 092fb05
2 files changed
azure/templates/deploy-service.yml
@@ -246,6 +246,7 @@ steps:
246
export APIGEE_ORGANIZATION="nhsd-${{ parameters.apigee_organization }}"
247
export ANSIBLE_FORCE_COLOR=yes
248
export DIST_DIR=$(SERVICE_DIR)
249
+ echo PULL_REQUEST="${{ parameters.pr_label }}".
250
export PULL_REQUEST="${{ parameters.pr_label }}"
251
252
make --no-print-directory -C $(UTILS_DIR)/ansible deploy-manifest
scripts/test_pull_request_deployments.py
@@ -5,21 +5,11 @@
5
6
7
PULL_REQUEST_PIPELINES = {
8
- "identity-service": {
9
- "build": 27,
10
- "pr": 54,
11
- "branch": "refs/heads/master"
12
- },
13
"canary-api": {
14
"build": 222,
15
"pr": 223,
16
"branch": "refs/heads/main"
17
18
- "personal-demographics-service": {
19
- "build": 140,
20
- "pr": 144,
21
22
+ }
23
}
24
25
0 commit comments