(zuul) Fix image publish post pipeline
- Fix issue in post pipeline image publish job introduced by Ansible update Change-Id: I184bbdda3cf496ce652e72264423b83f43be5603
This commit is contained in:
parent
3b2388e20c
commit
e44ad39421
@ -28,10 +28,10 @@
|
||||
- name: Determine tags
|
||||
shell: echo '{{ tags | to_json }}' | python {{ zuul.project.src_dir }}/tools/image_tags.py
|
||||
environment:
|
||||
BRANCH: "{{ zuul.branch }}"
|
||||
CHANGE: "{{ zuul.change }}"
|
||||
BRANCH: "{{ zuul.branch | default('') }}"
|
||||
CHANGE: "{{ zuul.change | default('') }}"
|
||||
COMMIT: "{{ zuul.newrev | default('') }}"
|
||||
PATCHSET: "{{ zuul.patchset }}"
|
||||
PATCHSET: "{{ zuul.patchset | default('') }}"
|
||||
register: image_tags
|
||||
|
||||
- name: Debug computed tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user