diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-11 17:05:54 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-11 17:05:54 +0200 |
commit | 5499e26627982add4608aada5343cf1442faa467 (patch) | |
tree | 8aeebde56545e49ae8bf697573dc415fa36a386f | |
parent | be3f797263efd68c1b2258719b60457937f910e0 (diff) |
bug fix: bad path on auto generated documentation
as mentioned in the jenkins logs [1], the folder is not correct
replace functest/api/_
build by docs/api/_build
[1]: https://build.opnfv.org/ci/view/functest/job/functest-docs-upload-master/48/console
Change-Id: I40f4c08474ff017f1616d463b6c5165cd6514c32
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-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" |