manila-test-image/playbooks/manila-test-image-build/run.yaml
Goutham Pacha Ravi 1c16a41181 Drop legacy-base from manila-test-image-build
We don't need the legacy and deprecated zuul-cloner
approach if we rewrite the job in native zuulv3 style.

Change-Id: Ifc6d592b8b7cf0e802ee11be837ebd4a3b55ea9b
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2020-08-17 09:56:22 -07:00

7 lines
158 B
YAML

- hosts: all
tasks:
- name: Build manila-test-image
command: bash -xe ./run-buildroot.sh
args:
chdir: '{{ zuul.project.src_dir }}'