From 7118922e87a039f011d3dd37cf89cae3108e49d8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 28 Sep 2017 15:39:55 -0500 Subject: [PATCH] Use bash for releasenotes job shell Normal /bin/sh can't handle it. Change-Id: I050f5d3953f1f3b3466ac77700229e68a851e2dc --- playbooks/releasenotes/run.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/releasenotes/run.yaml b/playbooks/releasenotes/run.yaml index f38d86d4..2a4ef0a5 100644 --- a/playbooks/releasenotes/run.yaml +++ b/playbooks/releasenotes/run.yaml @@ -127,3 +127,4 @@ # Revert any changes to the index file. git checkout -- ${DIRECTORY}/source/index.rst chdir: 'src/{{ zuul.project.canonical_name }}' + executable: /bin/bash