Merge "Image builder: better default path to the source code"

This commit is contained in:
Zuul 2017-12-21 19:57:27 +00:00 committed by Gerrit Code Review
commit 2a0fa0d58b
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
---
sahara_image_elements_src_dir: "{{ zuul.projects['git.openstack.org/openstack/sahara-image-elements'].src_dir }}"
sahara_build_directory: /var/tmp/sahara-image-build
sahara_plugin: vanilla

View File

@ -1,4 +1,4 @@
- name: Build all the images for the selected plugin
command: ./tools/gate/build-images "{{ sahara_plugin }}"
args:
chdir: "{{ zuul.project.src_dir }}"
chdir: "{{ sahara_image_elements_src_dir }}"