Allow makefile directory to be overridden
Change-Id: I38611e6e8c589329fd0cddafc56234df1840236d
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
password: "{{ airship_images_quay_creds.password }}"
|
||||
registry_url: "{{ docker_registry }}"
|
||||
- make:
|
||||
chdir: "{{ zuul.project.src_dir }}"
|
||||
chdir: "{{ makefile_chdir }}"
|
||||
target: "images"
|
||||
params:
|
||||
COMMIT: "{{ zuul.newrev | default('') }}"
|
||||
|
||||
Reference in New Issue
Block a user