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. Change-Id: Ie132389a21ed74cec4e7e22ecdcb9254964b9d3c
This commit is contained in:
parent
ab47caedff
commit
5749b46e70
@ -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