summaryrefslogtreecommitdiffstats
path: root/jjb/octopus
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-04-15 18:21:41 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2015-04-15 16:32:17 +0000
commit4541c57329c125263dd47ca54670f76a5e1fd6a4 (patch)
tree71a9ad7c155dca71e9bd7737a314d74ccd7e5670 /jjb/octopus
parent8a5032bea721ec03cb330893a6f47732e7251751 (diff)
Fix path to gsutil
JIRA: OCTO-40 Change-Id: I9e12f99fec45bb81acb20aa6749862070ed722d8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/octopus')
-rw-r--r--jjb/octopus/octopus.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/octopus/octopus.yml b/jjb/octopus/octopus.yml
index b465537e7..b20ef296a 100644
--- a/jjb/octopus/octopus.yml
+++ b/jjb/octopus/octopus.yml
@@ -72,8 +72,8 @@
- shell:
!include-raw build-docu.sh
- shell: |
- gsutil cp docs/*.pdf gs://artifacts.opnfv.org/octopus/docs/
- gsutil cp docs/*.html gs://artifacts.opnfv.org/octopus/docs/
+ /usr/local/bin/gsutil cp docs/*.pdf gs://artifacts.opnfv.org/octopus/docs/
+ /usr/local/bin/gsutil cp docs/*.html gs://artifacts.opnfv.org/octopus/docs/
postbuilders:
@@ -176,8 +176,8 @@
- shell:
!include-raw build-docu.sh
- shell: |
- gsutil cp docs/*.pdf gs://artifacts.opnfv.org/octopus/docs/
- gsutil cp docs/*.html gs://artifacts.opnfv.org/octopus/docs/
+ /usr/local/bin/gsutil cp docs/*.pdf gs://artifacts.opnfv.org/octopus/docs/
+ /usr/local/bin/gsutil cp docs/*.html gs://artifacts.opnfv.org/octopus/docs/