CI: Force publishAsteriskDocs to use python2

Change-Id: I7d951e75ad2d472fa096647dfb55670b11105e23
This commit is contained in:
George Joseph 2020-07-16 07:41:16 -06:00
parent af70bbb13a
commit a678dafac8
1 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ fi
# Publish the REST API.
#
${OUTPUTDIR}/publish-rest-api.py --username="${CONFLUENCE_USER}" \
python2 ${OUTPUTDIR}/publish-rest-api.py --username="${CONFLUENCE_USER}" \
--verbose \
--ast-version="${AST_VER}" \
${CONFLUENCE_URL} \
@ -133,7 +133,7 @@ PREFIX="Asterisk ${BRANCH_NAME}"
# Script assumes that it's running from TOPDIR
pushd ${OUTPUTDIR}
./astxml2wiki.py --username="${CONFLUENCE_USER}" \
python2 ./astxml2wiki.py --username="${CONFLUENCE_USER}" \
--server=${CONFLUENCE_URL} \
--prefix="${PREFIX}" \
--space="${CONFLUENCE_SPACE}" \