Once again fix the previous commit
I also missed both the array parens. ;-( Change-Id: If74cc4e0d42112b13e04325d3f7d1579f14f1f23
This commit is contained in:
parent
fc8de4a98e
commit
a55cdb1ef3
@ -2,7 +2,7 @@
|
||||
tasks:
|
||||
- name: Verify repository naming scheme
|
||||
when: |
|
||||
not zj_image.repository | regex_search("".join("^quay.io/", zuul.project.name, "\\b"))
|
||||
not zj_image.repository | regex_search("".join(["^quay.io/", zuul.project.name, "\\b"]))
|
||||
loop: "{{ container_images }}"
|
||||
loop_control:
|
||||
loop_var: zj_image
|
||||
|
Loading…
x
Reference in New Issue
Block a user