You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/05 12:20:29 UTC

[GitHub] davidbreitgand commented on a change in pull request #375: Make interative mode able to set to false

davidbreitgand commented on a change in pull request #375: Make interative mode able to set to false
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/375#discussion_r172169617
 
 

 ##########
 File path: deployers/servicedeployer.go
 ##########
 @@ -119,7 +119,7 @@ func (deployer *ServiceDeployer) ConstructDeploymentPlan() error {
 
 	manifestReader.InitRootPackage(manifestParser, manifest)
 
-	if deployer.IsDefault == true && !utils.Flags.WithinOpenWhisk {
 
 Review comment:
   With the new "export" capability added by @kpavel, the directory structure will be exported to the FS of the container, in which the action runs. The use case would be: "export" assets from one OW instance and "import" into another one via running wskdeploy from within an action.   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services