diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-17 13:22:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-17 13:22:57 +0000 |
commit | a5923540034403860464e6f01f32c159c31a254d (patch) | |
tree | 17de69bba3c2199368c75745b3bfff7f52f43f06 /jjb | |
parent | 7408371048bdb55a119e384925477a7bc527ab01 (diff) | |
parent | f3a3db7c03c10567164810841a585165018bc014 (diff) |
Merge "Fix a bug - add requests in virtualenv"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/testapi-automate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index 2a2f7b6d4..0566c3fd6 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -52,7 +52,7 @@ name: testapi-doc-build builders: - shell: | - python ./utils/test/testapi/htmlize/htmlize.py -o ${WORKSPACE}/ + bash ./utils/test/testapi/htmlize/doc-build.sh - builder: name: start-testapi-server |