diff options
author | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2015-05-12 09:01:48 +0200 |
---|---|---|
committer | Carlos Goncalves <carlos.goncalves@neclab.eu> | 2015-05-12 09:01:48 +0200 |
commit | 85242629e264328929f493f5b730f9723ffcb92a (patch) | |
tree | fef18d09697f7028c098778912ff7f7759340656 | |
parent | 35b092c2288abd49aa66515bd9c9e7c876d5b97f (diff) |
Fix Doctor jjb syntax
JIRA: DOCS-31
Change-Id: Ib16beac4dbd2cef1022f3580f1383b82807944ba
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
-rw-r--r-- | jjb/doctor/doctor.yml | 6 |
1 files 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 |