1c16a41181
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>
7 lines
158 B
YAML
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 }}'
|