Skip to content

Commit 54232c0

Browse files
committed
Don't create API Catalogue entries in NHSD-NONPROD Org
Temporary workaround for Apigee Case 1532790
1 parent 28e4ebd commit 54232c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks

ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
# See comment on product loop control. (I believe APIDocs
7373
# actually can reference products that don't exist. But this is
7474
# cleaner.)
75-
when: item.edgeAPIProductName | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
75+
when: APIGEE_ORGANIZATION == 'nhsd-prod' and item.edgeAPIProductName | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))

0 commit comments

Comments
 (0)