f449ae20fb
The buildx patch unfortunately changed the logic associated with siblings to set up siblings in a loop one time, rather than to do a loop of "set up siblings, build, cleanup siblings". This causes builds to fail when they're using siblings with an error about siblings dir not having been cleaned up. Change-Id: I3c45bfa77ec9f2609689e04044c18f066adc9741
5 lines
137 B
YAML
5 lines
137 B
YAML
- name: Cleanup sibling source directory
|
|
file:
|
|
path: '{{ zuul_work_dir }}/{{ zj_image.context }}/.zuul-siblings'
|
|
state: absent
|