CI: Add work dir

It's useful to have a templated out version of the Dockerfiles
in order to diagnose errors like "error on line xxx" after
tests/templates/template-override.j2 gets applied.

Change-Id: I5443454d8b020aa1c5552e11f6039e582a002431
changes/13/871813/2
Michal Nasiadka 4 months ago committed by Michal Arbet
parent 8f0d9226a8
commit c8596ddda4

@ -8,6 +8,7 @@
DEFAULT:
debug: true
logs_dir: "{{ kolla_build_logs_dir }}"
work_dir: "{{ kolla_logs_dir }}/work_dir"
quiet: true
base: "{{ base_distro }}"
template_override: /etc/kolla/template_overrides.j2

Loading…
Cancel
Save