diff --git a/playbooks/base/post.yaml b/playbooks/base/post.yaml index ed3f7b8c..08fe60f5 100644 --- a/playbooks/base/post.yaml +++ b/playbooks/base/post.yaml @@ -1,11 +1,5 @@ - hosts: all tasks: - - name: Collect console log. - synchronize: - dest: "{{ zuul.executor.log_root }}" - mode: pull - src: "/tmp/console.log" - - name: Publish logs. copy: dest: "/opt/zuul-logs/{{ zuul.uuid}}"