Skip to content
Snippets Groups Projects
Commit a678dafa authored by George Joseph's avatar George Joseph
Browse files

CI: Force publishAsteriskDocs to use python2

Change-Id: I7d951e75ad2d472fa096647dfb55670b11105e23
parent af70bbb1
No related branches found
No related tags found
No related merge requests found
......@@ -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}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment