lzbj commented on a change in pull request #366: [WIP] Support more runtime
types from bluemix host info.
URL:
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/366#discussion_r134647950
##########
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:
@pritidesai ,thanks for your review, yes, I think we need to change the
command to
wskdeploy -i -m
Anyway, Vincent's latest PR will fix this issue I think.
----------------------------------------------------------------
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