We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923a2ee commit 1691f36Copy full SHA for 1691f36
tests/playbooks/run.yml
@@ -42,5 +42,8 @@
42
src: "{{ zuul.executor.work_root }}/{{ zuul.project.src_dir }}/tests/templates/template_overrides.j2"
43
dest: /etc/kolla/template_overrides.j2
44
45
+ - name: Run kolla-build to template out dockerfiles
46
+ command: "{{ virtualenv_path }}/bin/kolla-build --template-only --work-dir {{ kolla_build_logs_dir }}/work_dir"
47
+
48
- name: Run kolla-build
49
command: "{{ virtualenv_path }}/bin/kolla-build"
0 commit comments