diff options
Diffstat (limited to 'jjb/octopus/octopus.yml')
-rw-r--r-- | jjb/octopus/octopus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/octopus/octopus.yml b/jjb/octopus/octopus.yml index c72292c8f..459ba7a01 100644 --- a/jjb/octopus/octopus.yml +++ b/jjb/octopus/octopus.yml @@ -74,7 +74,7 @@ builders: - shell: - !include-raw build-upload-docu.sh + !include-raw docu-build.sh postbuilders: - test-macro @@ -128,7 +128,7 @@ builders: - shell: - !include-raw build-docu-verify.sh + !include-raw docu-verify.sh - job-template: name: 'octopus-merge' @@ -176,5 +176,5 @@ builders: - shell: - !include-raw build-upload-docu.sh + !include-raw docu-build.sh |