diff options
Diffstat (limited to 'jjb/genesis')
-rw-r--r-- | jjb/genesis/genesis-docs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/genesis/genesis-docs.yml b/jjb/genesis/genesis-docs.yml index 2e2bd7332..419f8239e 100644 --- a/jjb/genesis/genesis-docs.yml +++ b/jjb/genesis/genesis-docs.yml @@ -58,9 +58,9 @@ branch-pattern: '**/master' builders: - - shell: + - shell: !include-raw build-docu.sh - shell: | - gsutil cp docs/*.pdf gs://artifacts.opnfv.org/genesis/docs/ - gsutil cp docs/*.html gs://artifacts.opnfv.org/genesis/docs/ + /usr/local/bin/gsutil cp docs/*.pdf gs://artifacts.opnfv.org/genesis/docs/ + /usr/local/bin/gsutil cp docs/*.html gs://artifacts.opnfv.org/genesis/docs/ |