Remove bogus post_tasks line from upload-logs
Bad copy-pasta Change-Id: If637b0d6f22e345b1a4e462585080a890a9acc26
This commit is contained in:
parent
ce51ea6115
commit
85a987cc38
@ -35,11 +35,10 @@
|
||||
dest: "{{zuul_logserver_root}}/{{ log_path }}/job-output.txt.gz"
|
||||
verify_host: true
|
||||
|
||||
post_tasks:
|
||||
- name: Return log URL to Zuul
|
||||
delegate_to: localhost
|
||||
zuul_return:
|
||||
data:
|
||||
zuul:
|
||||
log_url: "{{ zuul_log_url }}/{{ log_path }}/"
|
||||
when: zuul_log_url is defined
|
||||
- name: Return log URL to Zuul
|
||||
delegate_to: localhost
|
||||
zuul_return:
|
||||
data:
|
||||
zuul:
|
||||
log_url: "{{ zuul_log_url }}/{{ log_path }}/"
|
||||
when: zuul_log_url is defined
|
||||
|
Loading…
Reference in New Issue
Block a user