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 1e28c21 attempting to remove heron version from pip script
1e28c21 is described below
commit 1e28c21b23f511e32fbb41bda7cbf6f451248c92
Author: Josh Fischer <[email protected]>
AuthorDate: Fri Nov 29 20:42:10 2019 -0600
attempting to remove heron version from pip script
---
website2/website/scripts/python-doc-gen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website2/website/scripts/python-doc-gen.sh
b/website2/website/scripts/python-doc-gen.sh
index 1840037..5d8a7e6 100755
--- a/website2/website/scripts/python-doc-gen.sh
+++ b/website2/website/scripts/python-doc-gen.sh
@@ -43,7 +43,7 @@ pip install --ignore-installed six
# Install the heronpy
echo "list heronpy location"
ls $PIP_LOCATION
-pip install $PIP_LOCATION/heronpy-${TEMP_HERONPY_VERSION}-py2.py3-none-any.whl
+pip install $PIP_LOCATION/heronpy-*-py2.py3-none-any.whl
mkdir -p static/api && rm -rf static/api/python