From: Fatih Degirmenci Date: Wed, 15 Apr 2015 13:56:03 +0000 (+0200) Subject: Fix gsutil path for genesis-docs X-Git-Tag: arno.2015.1.0~115 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=3114d3e3ced2f63b1049c6cfb53259d79c4355d7;p=releng.git Fix gsutil path for genesis-docs JIRA: DOCS-2 Change-Id: I1f0c711db396438722977cbf2a72a7374ab49da1 Signed-off-by: Fatih Degirmenci --- 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/