You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/24 01:45:55 UTC

[GitHub] lzbj commented on a change in pull request #366: Support more runtime types from bluemix host info.

lzbj commented on a change in pull request #366: Support more runtime types from bluemix host info.
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/366#discussion_r134910486
 
 

 ##########
 File path: tests/src/integration/common/wskdeploy.go
 ##########
 @@ -47,17 +47,17 @@ func (wskdeploy *Wskdeploy) RunCommand(s ...string) ([]byte, error) {
 }
 
 func (wskdeploy *Wskdeploy) Deploy(manifestPath string, deploymentPath string) ([]byte, error) {
-	return wskdeploy.RunCommand("-m", manifestPath, "-d", deploymentPath)
+	return wskdeploy.RunCommand("-i ", "false", "-m", manifestPath, "-d", deploymentPath)
 
 Review comment:
   ok, got it, correct, I'll update the code.
 
----------------------------------------------------------------
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