From 675386f2549b0e1bb191e4d49e00e85eed738c93 Mon Sep 17 00:00:00 2001 From: Mohammed Naser <mnaser@vexxhost.com> Date: Wed, 4 Oct 2017 22:51:02 -0400 Subject: [PATCH] Drop zuul_executor_dest from release notes job variables This variable is set to the default of the role, it's probably best we leave it out in case we make changes in the original default value globally. Change-Id: I3fb4e8b3ad93546debba726953acce18d33538f8 --- playbooks/releasenotes/post.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/releasenotes/post.yaml b/playbooks/releasenotes/post.yaml index 7f12b19f..8783c5d2 100644 --- a/playbooks/releasenotes/post.yaml +++ b/playbooks/releasenotes/post.yaml @@ -3,4 +3,3 @@ - role: fetch-tox-output - role: fetch-sphinx-output sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html" - zuul_executor_dest: "{{ zuul.executor.log_root }}"