Allow to pass script directory to allow inheriting in other projects
Change-Id: I3dd01d5b371ef57407600b3230094ea2546614bb Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
bfe8cd3b00
commit
a7cbd6bddc
@ -27,4 +27,4 @@
|
||||
set -xe;
|
||||
{{ gate_script_path }}
|
||||
args:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
chdir: "{{ zuul.project.src_dir }}/{{ relative_script_path | default('') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user