From 5b420a9a44b90f2b88dada184282adf22d702b56 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 30 Aug 2017 20:50:21 -0400 Subject: [PATCH] Remove no_log from fetch-sphinx-output Lets display the data in job-output.txt, it will help with debugging. I belive we also want to filter this potentially in the webui streaming. Change-Id: If0d24fe135838a2f57aeaa4c3fe13b3436384d19 Signed-off-by: Paul Belanger --- roles/fetch-sphinx-output/tasks/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/fetch-sphinx-output/tasks/main.yaml b/roles/fetch-sphinx-output/tasks/main.yaml index 4d58f3ca2..6c7660a39 100644 --- a/roles/fetch-sphinx-output/tasks/main.yaml +++ b/roles/fetch-sphinx-output/tasks/main.yaml @@ -4,4 +4,3 @@ mode: pull src: "{{ zuul_work_dir }}/doc/build/html" verify_host: true - no_log: true