Fix fission bundle build failure
This commit is contained in:
@@ -163,15 +163,15 @@ Options:
|
|||||||
runExecutor(port, fissionNs, functionNs)
|
runExecutor(port, fissionNs, functionNs)
|
||||||
}
|
}
|
||||||
|
|
||||||
if arguments["--kubewatcher"] {
|
if arguments["--kubewatcher"] == true {
|
||||||
runKubeWatcher(routerUrl)
|
runKubeWatcher(routerUrl)
|
||||||
}
|
}
|
||||||
|
|
||||||
if arguments["--timer"] {
|
if arguments["--timer"] == true {
|
||||||
runTimer(routerUrl)
|
runTimer(routerUrl)
|
||||||
}
|
}
|
||||||
|
|
||||||
if arguments["--mqt"] {
|
if arguments["--mqt"] == true {
|
||||||
runMessageQueueMgr(routerUrl)
|
runMessageQueueMgr(routerUrl)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user