From 85242629e264328929f493f5b730f9723ffcb92a Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Tue, 12 May 2015 09:01:48 +0200 Subject: [PATCH] Fix Doctor jjb syntax JIRA: DOCS-31 Change-Id: Ib16beac4dbd2cef1022f3580f1383b82807944ba Signed-off-by: Carlos Goncalves --- jjb/doctor/doctor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 99bf3cd73..39c20dc54 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -77,7 +77,7 @@ - test-macro builders: - - shell: | + - shell: !include-raw docu-build.sh postbuilders: @@ -135,7 +135,7 @@ branch-pattern: '**/master' builders: - - shell: | + - shell: !include-raw docu-verify.sh - job-template: @@ -189,7 +189,7 @@ branch-pattern: '**/master' builders: - - shell: | + - shell: !include-raw docu-build.sh -- 2.16.6