mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-10 16:10:58 +08:00
clean code
This commit is contained in:
parent
534896c172
commit
d784fb6c4d
@ -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()
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user