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:
Jeremy Stanley 2017-09-30 14:29:57 +00:00 committed by Monty Taylor
parent 9f7b244dc6
commit 92165cec41
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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] }}"