apache / openwhisk-runtime-python

Apache OpenWhisk Runtime Python supports Apache OpenWhisk functions written in Python
https://openwhisk.apache.org/
Apache License 2.0
51 stars 70 forks source link

Ambiguous project name changed to python3ActionLoop #89

Closed AngeloDanducci closed 4 years ago

AngeloDanducci commented 4 years ago

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.

rabbah commented 4 years ago

Thanks for the fix and the nudge in slack.