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:
Andrii Ostapenko 2021-05-11 16:54:13 -05:00
parent bfe8cd3b00
commit a7cbd6bddc
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@
set -xe;
{{ gate_script_path }}
args:
chdir: "{{ zuul.project.src_dir }}"
chdir: "{{ zuul.project.src_dir }}/{{ relative_script_path | default('') }}"