From: Morgan Richomme Date: Wed, 16 Aug 2017 08:34:03 +0000 (+0000) Subject: Merge "bug fix: bad path on auto generated documentation" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f21b646f8d2045179230c18a301b6e12699d4e80;hp=fc449f385ce391f4cf0a35c098279e9d962a4320;p=releng.git Merge "bug fix: bad path on auto generated documentation" --- 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"