bug fix: bad path on auto generated documentation 15/39415/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 16 Aug 2017 10:16:06 +0000 (12:16 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 16 Aug 2017 10:16:06 +0000 (12:16 +0200)
bad path fix on https://gerrit.opnfv.org/gerrit/#/c/39141/

Change-Id: Ieb8023aa7fde620c2e6b755b8e6255d2281f7a90
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jjb/functest/functest-project-jobs.yml

index 64f48ef..07d5df4 100644 (file)
     builders:
         - shell: |
             cd $WORKSPACE && tox -edocs
-            wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "docs/api/_build" "docs"
+            wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/_build" "docs"