From 299639b53584a8ecb1bc7077958fbc9c4371aaab Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 13 Feb 2018 18:21:36 -0500 Subject: [PATCH] Use !include-raw for update-validate macro JJB is fussy on !include-raw or !include-raw-escape. We occassionally need to swap them to get it working. Change-Id: I58d87a5a13026fceb0f8d1ba93ce3694c3e86595 Signed-off-by: Thanh Ha --- jjb/autorelease/autorelease-macros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/autorelease/autorelease-macros.yaml b/jjb/autorelease/autorelease-macros.yaml index e8d9cae84..06daa22d2 100644 --- a/jjb/autorelease/autorelease-macros.yaml +++ b/jjb/autorelease/autorelease-macros.yaml @@ -149,7 +149,7 @@ - builder: name: autorelease-update-validate-projects builders: - - shell: !include-raw-escape: update-validate-autorelease-projects.sh + - shell: !include-raw: update-validate-autorelease-projects.sh - publisher: # Search console log for failures and email status to the release mailing list. -- 2.36.6