pritidesai commented on issue #316: Improve deployment.yml in webhook use case URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/316#issuecomment-322848522 Hi @daisy-ycguo we have bigger problem running the web hook use case, the way it is specified in manifest and deployment files, fails with arbitrary error (more details in issue #311 ) ``` ./wskdeploy -m tests/usecases/webhook/manifest.yml -d tests/usecases/webhook/deployment.yml 2017/08/16 10:46:57 open tests/usecases/webhook/https://raw.githubusercontent.com/apache/incubator-openwhisk-catalog/master/packages/github/webhook.js: no such file or directory 2017/08/16 10:46:57 Error happened during execution, please type 'wskdeploy -h' for help messages. ``` since we have the action file available under `src/`, can you also update the location in the manifest file and make sure wskdeploy is able to deploy web hook use case? If not, please open another issue if wskdeploy fails with valid manifest and deployment files. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
