We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e4624 commit 30d26eaCopy full SHA for 30d26ea
1 file changed
ansible/collections/ansible_collections/nhsd/apigee/roles/deploy_manifest/tasks/main.yml
@@ -54,7 +54,7 @@
54
# since products can only be created if they reference proxies
55
# that exist. This safety check can be removed when the
56
# manifest manages proxies too.
57
- when: item.name | regex_search('^' + SERVICE_NAME + '-' + PULL_REQUEST | default(APIGEE_ENVIRONMENT))
+ when: (item.name is match('^' ~ SERVICE_NAME ~ '-' ~ (PULL_REQUEST | default(APIGEE_ENVIRONMENT))))
58
59
# - name: deploy apigee specs
60
# nhsd.apigee.deploy_spec:
0 commit comments