AngeloDanducci opened a new pull request #89:
URL: https://github.com/apache/openwhisk-runtime-python/pull/89
Opening this PR to get the discussion rolling. Master builds of have been
completing with a status of errored due to:
> * What went wrong:
Project 'pythonActionLoop' is ambiguous in project ':core'. Candidates are:
'python2ActionLoop', 'python3ActionLoop'.
The error stems from the ${RUNTIME} argument in the gradle command in the
publish.sh script being ambiguous.
https://github.com/apache/openwhisk-runtime-python/blob/master/tools/travis/publish.sh#L49
https://github.com/apache/openwhisk-runtime-python/blob/master/tools/travis/publish.sh#L58
I assume this should be python3ActionLoop and not 2 given python 2's end of
life and also the runtime version looking for 3-x in the rest of the arguments.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]