diff options
author | 2017-01-06 13:01:56 +0530 | |
---|---|---|
committer | 2017-01-16 22:24:28 +0530 | |
commit | f3a3db7c03c10567164810841a585165018bc014 (patch) | |
tree | dbced0ac41220a7a53093f355a06e950e302e081 /jjb | |
parent | d8fbf3739d441c9c3388a5543bb7f6a1c282cf1d (diff) |
Fix a bug - add requests in virtualenv
Change-Id: Iecd20b69f7a3abf04a34d4ee7e9c94f1a039d8b1
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
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 |