Fix C++ code in Python
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 37s
Smoke Test / Run basic test suite (pull_request) Successful in 4m14s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m59s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m43s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m42s

This commit is contained in:
David Boreham 2024-08-12 10:02:17 -06:00
parent 2c12107aab
commit a4964bc6a5

View File

@ -59,7 +59,7 @@ class K8sDeployer(Deployer):
def __init__(self, type, deployment_context: DeploymentContext, compose_files, compose_project_name, compose_env_file) -> None:
self.type = type
skip_cluster_management = False
self.skip_cluster_management = False
# TODO: workaround pending refactoring above to cope with being created with a null deployment_context
if deployment_context is None:
return