From: George Joseph Date: Thu, 16 Jul 2020 13:41:16 +0000 (-0600) Subject: CI: Force publishAsteriskDocs to use python2 X-Git-Tag: 17.7.0-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3aed44d12111f214e42eca262e94e5ebaae168e;p=thirdparty%2Fasterisk.git CI: Force publishAsteriskDocs to use python2 Change-Id: I7d951e75ad2d472fa096647dfb55670b11105e23 --- diff --git a/tests/CI/publishAsteriskDocs.sh b/tests/CI/publishAsteriskDocs.sh index dc59033faa..6c5539fcfd 100755 --- a/tests/CI/publishAsteriskDocs.sh +++ b/tests/CI/publishAsteriskDocs.sh @@ -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}" \