rm comment
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 37s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m55s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m26s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m48s
Smoke Test / Run basic test suite (pull_request) Successful in 4m10s

This commit is contained in:
Roy Crihfield 2024-07-09 23:08:34 +08:00
parent 75bed6f10b
commit c1f93f211c

View File

@ -85,7 +85,6 @@ def create_deploy_context(
if deployment_context and cluster is None:
cluster = deployment_context.get_cluster_id()
cluster_context = _make_cluster_context(global_context, stack, include, exclude, cluster, env_file)
# breakpoint()
deployer = getDeployer(deploy_to, deployment_context, compose_files=cluster_context.compose_files,
compose_project_name=cluster_context.cluster,
compose_env_file=cluster_context.env_file)