You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/09/22 18:46:43 UTC

[openwhisk-runtime-python] branch master updated: Ambiguous name changed to python3ActionLoop (#89)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-python.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a610a3  Ambiguous name changed to python3ActionLoop (#89)
8a610a3 is described below

commit 8a610a3d985572f7b879c462befcc242bd99f48e
Author: Angelo Danducci <an...@gmail.com>
AuthorDate: Tue Sep 22 13:45:59 2020 -0500

    Ambiguous name changed to python3ActionLoop (#89)
---
 tools/travis/publish.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh
index d681957..f393664 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -35,7 +35,7 @@ if [ ${RUNTIME_VERSION} == "3" ]; then
 elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
   RUNTIME="python3AiAction"
 elif [ ${RUNTIME_VERSION} == "3-loop" ]; then
-  RUNTIME="pythonActionLoop"
+  RUNTIME="python3ActionLoop"
 elif [ ${RUNTIME_VERSION} == "3-loopai" ]; then
   RUNTIME="python3AiActionLoop"
 fi