mrutkows commented on a change in pull request #754: Adding support for default
package
URL:
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/754#discussion_r171093601
##########
File path: deployers/servicedeployer.go
##########
@@ -945,7 +946,7 @@ func (deployer *ServiceDeployer) createRule(rule
*whisk.Rule) error {
// Utility function to call go-whisk framework to make action
func (deployer *ServiceDeployer) createAction(pkgname string, action
*whisk.Action) error {
// call ActionService through the Client
- if deployer.DeployActionInPackage {
+ if strings.ToLower(pkgname) != parsers.DEFAULT_PACKAGE {
Review comment:
normalized
----------------------------------------------------------------
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