pritidesai commented on issue #744: fixing seg violation error URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/744#issuecomment-366018350 yup, @allen-servedio validated this PR against your test repo. ``` ./wskdeploy -m ~/Documents/goworkspace/src/github.com/apache/misc/wskdeploy-defect-740/defect-740/manifest.yaml Info: The API host is [http://192.168.33.13:10001], from .wskprops. Info: The auth key is set, from .wskprops. Info: The namespace is [guest], from .wskprops. Info: The apigw access token is set, from .wskprops. Info: Deploying package [mypkg] ... Info: package [mypkg] has been successfully deployed. Warning: The mandatory key [package version] should be set. Using default value [0.0.1]... Warning: The value for key [package version] is not saved in the current version of wskdeploy. Warning: Invalid or missing runtime [nodejs] specified in manifest for the action [hello]. Warning: Runtime changed to [nodejs:6] based on the action's source file extension for action [hello]. Info: Deploying package [hellopkg] ... Info: package [hellopkg] has been successfully deployed. Info: Deploying action [hellopkg/hello] ... Info: action [hellopkg/hello] has been successfully deployed. Info: Deploying package binding [poc-common-func] ... Info: package binding [poc-common-func] has been successfully deployed. Success: Deployment completed successfully. pritidesai @ ~/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy [638] -> wsk list Entities in namespace: guest packages /guest/poc-common-func private /guest/hellopkg private /guest/mypkg private actions /guest/hellopkg/hello private nodejs:6 triggers rules ```
---------------------------------------------------------------- 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
