diff options
Diffstat (limited to 'jjb/doctor')
-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 |