[Asterisk-code-review] CI: Force publishAsteriskDocs to use python2 (asterisk[18])

George Joseph asteriskteam at digium.com
Thu Jul 16 09:39:32 CDT 2020


George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14682 )


Change subject: CI: Force publishAsteriskDocs to use python2
......................................................................

CI: Force publishAsteriskDocs to use python2

Change-Id: I7d951e75ad2d472fa096647dfb55670b11105e23
---
M tests/CI/publishAsteriskDocs.sh
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/82/14682/1

diff --git a/tests/CI/publishAsteriskDocs.sh b/tests/CI/publishAsteriskDocs.sh
index dc59033..6c5539f 100755
--- a/tests/CI/publishAsteriskDocs.sh
+++ b/tests/CI/publishAsteriskDocs.sh
@@ -103,7 +103,7 @@
 # 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 @@
 # 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}" \

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14682
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: I7d951e75ad2d472fa096647dfb55670b11105e23
Gerrit-Change-Number: 14682
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200716/70002259/attachment.html>


More information about the asterisk-code-review mailing list