mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-08-10 22:29:28 +08:00
clean code
This commit is contained in:
@@ -57,7 +57,7 @@ export async function deploy(
|
||||
const routeStrategy = parseRouteStrategy(
|
||||
core.getInput('route-method', {required: true})
|
||||
)
|
||||
await routeBlueGreen(kubectl, inputManifestFiles, routeStrategy) //----
|
||||
await routeBlueGreen(kubectl, inputManifestFiles, routeStrategy)
|
||||
core.endGroup()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user