Fix functest 'api/build' docs path 75/56375/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 24 Apr 2018 13:47:14 +0000 (06:47 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 24 Apr 2018 13:47:14 +0000 (06:47 -0700)
This is incorrectly listed as 'api/_build' which is causing the
functest-docs-upload-master job to fail.

Change-Id: I555b6e5e059712d501835d6e335a4de40bab255f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/functest/functest-project-jobs.yml

index 4468da7..9a12305 100644 (file)
     builders:
       - shell: |
           cd $WORKSPACE && tox -edocs
-            wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/_build" "docs"
+            wget -O - https://git.opnfv.org/releng/plain/utils/upload-artifact.sh | bash -s "api/build" "docs"
 ################################
 # job publishers
 ################################