This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ This works on any deployment of Apache OpenWhisk or IBM Cloud Functions
3939
4040
4141### Working with the local git repo
42- Prerequisite: * Export* OPENWHISK_HOME to point to your ` incubator- openwhisk` cloned directory.
42+ Prerequisite: * Export* OPENWHISK_HOME to point to your ` openwhisk ` cloned directory.
4343
4444```
4545./gradlew python3:distDocker
@@ -150,4 +150,4 @@ git push upstream 3.7@latest -f
150150
151151
152152# License
153- [ Apache 2.0] ( LICENSE.txt )
153+ [ Apache 2.0] ( LICENSE.txt )
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ RUN pip install --upgrade pip setuptools six && pip install --no-cache-dir -r re
2424RUN mkdir -p /action
2525
2626RUN mkdir -p /actionProxy
27- ADD https://raw.githubusercontent.com/apache/incubator- openwhisk-runtime-docker/8b2e205c39d84ed5ede6b1b08cccf314a2b13105/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
27+ ADD https://raw.githubusercontent.com/apache/openwhisk-runtime-docker/8b2e205c39d84ed5ede6b1b08cccf314a2b13105/core/actionProxy/actionproxy.py /actionProxy/actionproxy.py
2828
2929RUN mkdir -p /pythonAction
30- ADD https://raw.githubusercontent.com/apache/incubator- openwhisk-runtime-python/3%401.0.3/core/pythonAction/pythonrunner.py /pythonAction/pythonrunner.py
30+ ADD https://raw.githubusercontent.com/apache/openwhisk-runtime-python/3%401.0.3/core/pythonAction/pythonrunner.py /pythonAction/pythonrunner.py
3131
3232CMD ["/bin/bash" , "-c" , "cd /pythonAction && python -u pythonrunner.py" ]
Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Python packages:
465465
466466## 1.8.0
467467Changes:
468- - update to new base image fixing issue [ Python 3.7 - sys.executable is empty] ( https://github.com/apache/incubator- openwhisk-runtime-python/issues/49 )
468+ - update to new base image fixing issue [ Python 3.7 - sys.executable is empty] ( https://github.com/apache/openwhisk-runtime-python/issues/49 )
469469 - update httplib2 from ` 0.12.0 ` to ` 0.12.1 `
470470 - update lxml from ` 4.3.0 ` to `4.3.1
471471 - update scipy from ` 1.2.0 ` to ` 1.2.1 `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ HOMEDIR="$SCRIPTDIR/../../../"
99
1010# OpenWhisk stuff
1111cd $HOMEDIR
12- git clone --depth=1 https://github.com/apache/incubator- openwhisk.git openwhisk
12+ git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
1313cd openwhisk
1414./tools/travis/setup.sh
1515
You can’t perform that action at this time.
0 commit comments