Yet still more fix post log location
No, we *really* meant to use /AB/ABC..XYZ/ not /C...YZ/ABC..XYZ/. Depends-On: I1c98508fe227f7f6aa1d0b2f7dcf270cecaa60d8 Change-Id: I3a6963c1a20793407b706d2decdace90521510d0
This commit is contained in:
parent
9f7b244dc6
commit
92165cec41
@ -6,4 +6,4 @@
|
||||
- name: Set log path for a ref update
|
||||
when: zuul.newrev is defined
|
||||
set_fact:
|
||||
zuul_log_path: "{{ zuul.newrev[2:] }}/{{ zuul.newrev }}/{{ zuul.pipeline }}/{{ zuul.job }}/{{ zuul.build[:7] }}"
|
||||
zuul_log_path: "{{ zuul.newrev[:2] }}/{{ zuul.newrev }}/{{ zuul.pipeline }}/{{ zuul.job }}/{{ zuul.build[:7] }}"
|
||||
|
Loading…
Reference in New Issue
Block a user