You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2019/11/30 02:34:11 UTC

[incubator-heron] branch joshfischer/asf-site updated: changing environment variable name for debugging jenkins

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/asf-site by this push:
     new 3083c07  changing environment variable name for debugging jenkins
3083c07 is described below

commit 3083c07c9975cafa77cda288df6ec88da9e4c390
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Nov 29 20:33:49 2019 -0600

    changing environment variable name for debugging jenkins
---
 website2/website/scripts/python-doc-gen.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website2/website/scripts/python-doc-gen.sh b/website2/website/scripts/python-doc-gen.sh
index 07f1710..1840037 100755
--- a/website2/website/scripts/python-doc-gen.sh
+++ b/website2/website/scripts/python-doc-gen.sh
@@ -18,7 +18,7 @@
 
 set -e
 
-HERONPY_VERSION=$1
+TEMP_HERONPY_VERSION=$1
 HERON_ROOT_DIR=$(git rev-parse --show-toplevel)
 cd ${HERON_ROOT_DIR}
 
@@ -43,7 +43,7 @@ pip install --ignore-installed six
 # Install the heronpy
 echo "list heronpy location"
 ls $PIP_LOCATION
-pip install $PIP_LOCATION/heronpy-${HERONPY_VERSION}-py2.py3-none-any.whl
+pip install $PIP_LOCATION/heronpy-${TEMP_HERONPY_VERSION}-py2.py3-none-any.whl
 
 
 mkdir -p static/api && rm -rf static/api/python