From 5ee84cc6221e6c027694c1664f0408e8027d48fb Mon Sep 17 00:00:00 2001 From: Scott Hussey Date: Wed, 30 May 2018 15:06:24 -0500 Subject: [PATCH] Log on doc publish job - Allow logs on publish job to understand failure. Credentials will be promptly changed. Change-Id: I3d9f2fb260f93269db4b26ec3a27b77a577da8bb --- tools/gate/playbooks/doc-publish.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gate/playbooks/doc-publish.yaml b/tools/gate/playbooks/doc-publish.yaml index 28095f7b..3f0540a3 100644 --- a/tools/gate/playbooks/doc-publish.yaml +++ b/tools/gate/playbooks/doc-publish.yaml @@ -17,4 +17,3 @@ curl -X POST -d "token={{ readthedocs.token }}" "{{ readthedocs.url }}" register: result failed_when: result.failed - no_log: true