daisy-ycguo 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_r134376099
 
 

 ##########
 File path: deployers/servicedeployer.go
 ##########
 @@ -183,7 +183,7 @@ func (deployer *ServiceDeployer) 
ConstructUnDeploymentPlan() (*DeploymentApplica
 // TODO(TBD): according to some planning?
 func (deployer *ServiceDeployer) Deploy() error {
 
-       if deployer.IsInteractive == true && !utils.Flags.WithinOpenWhisk {
+       if deployer.IsInteractive == true {
 
 Review comment:
   I hope to include David to review this line of change.
 
----------------------------------------------------------------
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

Reply via email to