From 062871b7edd03846f2f9d40e085d38e385f262ff Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Thu, 26 Sep 2019 14:32:39 +1200 Subject: Add branch param for image building Change-Id: I7874d498eb80c0b5cda802acb76e5fe399770e6a --- playbooks/image-build/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks') diff --git a/playbooks/image-build/run.yaml b/playbooks/image-build/run.yaml index 2c8e0fbb..2037edde 100644 --- a/playbooks/image-build/run.yaml +++ b/playbooks/image-build/run.yaml @@ -12,7 +12,7 @@ {{ guest_os_release }} \ false \ {{ guest_username }} \ - {{ ansible_user_dir }}/images/trove-{{ zuul.branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }} + {{ ansible_user_dir }}/images/trove-{{ branch }}-{{ datastore_type }}-{{ guest_os }}-{{ guest_os_release }} args: chdir: "{{ ansible_user_dir }}/src/opendev.org/openstack/trove/integration/scripts" tags: -- cgit v1.2.1