Cosmetics
This commit is contained in:
parent
5a4f2ad83a
commit
5a048f7ae8
1 changed files with 8 additions and 1 deletions
|
|
@ -161,7 +161,14 @@ async def deploy(deployment_vars: DeploymentVars) -> None:
|
|||
str(tmp_path),
|
||||
]
|
||||
)
|
||||
await _kubectl(["apply", "-k", str(tmp_path), "--wait=false"])
|
||||
await _kubectl(
|
||||
[
|
||||
"apply",
|
||||
"-k",
|
||||
str(tmp_path),
|
||||
"--wait=false",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
async def delete_resources(build_name: str) -> None:
|
||||
|
|
|
|||
Loading…
Reference in a new issue