diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2016-10-21 16:01:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-21 16:01:44 +0000 |
commit | 7891b74307d0c69acf5d7a77e8393dc46b3f903b (patch) | |
tree | aaa51f1ca2d7f657bcf8878ecc49504c8efbb0fb /jjb | |
parent | dc53d8fef09b47c9d506579017e14e0234c86445 (diff) | |
parent | afbde1ea089038b4cefe658e8fb7af4f454d7429 (diff) |
Merge "Upload Generated Documentation to Correct Path"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng-macros.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index d2dc1d1ec..2ebd7757b 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -176,7 +176,7 @@ mkdir -p upload mv docs_output "$local_path" - gsutil -m cp -r "$local_path" "gs://$GS_URL" + gsutil -m cp -r "$local_path" "gs://$gs_path" gsutil -m setmeta \ -h "Content-Type:text/html" \ |