mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
CI: Force publishAsteriskDocs to use python2
Change-Id: I7d951e75ad2d472fa096647dfb55670b11105e23
This commit is contained in:
committed by
Friendly Automation
parent
ff90e00677
commit
f6afac1b37
@@ -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}" \
|
||||
|
Reference in New Issue
Block a user