diff options
author | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-04-20 09:54:51 +0300 |
---|---|---|
committer | Victor Laza <vlaza@cloudbasesolutions.com> | 2015-04-20 10:29:06 +0300 |
commit | 3a58ada482a61762854c8f0285714f291dc698d8 (patch) | |
tree | 538f4ce191f62cb6a27d93200b50755e3d489cd2 /jjb/octopus/octopus.yml | |
parent | b0af53b33eed583eb273b0a5ebbf342c3ead12f9 (diff) |
Expanding artifacts management for R1 inside build-docu.sh
JIRA: DOCU-20 - Expanding artifacts management for R1 inside build-docu.sh
Change-Id: I4e8ac6bce3f6c47aff56e89e8133d2b4e547ff87
Signed-off-by: Victor Laza <vlaza@cloudbasesolutions.com>
Diffstat (limited to 'jjb/octopus/octopus.yml')
-rw-r--r-- | jjb/octopus/octopus.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/jjb/octopus/octopus.yml b/jjb/octopus/octopus.yml index efd9a2214..923696eb6 100644 --- a/jjb/octopus/octopus.yml +++ b/jjb/octopus/octopus.yml @@ -75,10 +75,6 @@ builders: - shell: !include-raw build-docu.sh - - shell: | - /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: - test-macro @@ -181,9 +177,4 @@ builders: - shell: !include-raw build-docu.sh - - shell: | - /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/ - - |