Use full branch name as build_image.sh argument
`build_image.sh` expects full branch name as argument like e.g. `stable/stein`. This change fixes Zuul playbook to pass the right argument. Depends-On: https://review.openstack.org/649538 Change-Id: Ie132389a21ed74cec4e7e22ecdcb9254964b9d3c
This commit is contained in:
parent
a45625936f
commit
58c7922e8f
@ -12,7 +12,7 @@
|
||||
become: true
|
||||
|
||||
- name: Build Docker image
|
||||
shell: "{{ zuul.project.src_dir }}/docker/build_image.sh {{ zuul.tag if zuul.pipeline == 'release' else zuul.branch | basename }}"
|
||||
shell: "{{ zuul.project.src_dir }}/docker/build_image.sh {{ zuul.tag if zuul.pipeline == 'release' else zuul.branch }}"
|
||||
become: true
|
||||
|
||||
- name: List images
|
||||
|
Loading…
x
Reference in New Issue
Block a user