diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-16 08:34:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-16 08:34:03 +0000 |
commit | f21b646f8d2045179230c18a301b6e12699d4e80 (patch) | |
tree | 2c97577c001c33e5bd26af86a65b650a61770c92 /jjb | |
parent | fc449f385ce391f4cf0a35c098279e9d962a4320 (diff) | |
parent | 5499e26627982add4608aada5343cf1442faa467 (diff) |
Merge "bug fix: bad path on auto generated documentation"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml index 1966e52de..64f48efb8 100644 --- a/jjb/functest/functest-project-jobs.yml +++ b/jjb/functest/functest-project-jobs.yml @@ -132,4 +132,4 @@ builders: - shell: | cd $WORKSPACE && tox -edocs - wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "functest/api/_build" "docs" + wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "docs/api/_build" "docs" |