debug
Some checks failed
Lint Checks / Run linter (pull_request) Successful in 47s
Smoke Test / Run basic test suite (pull_request) Has been cancelled
Webapp Test / Run webapp test suite (pull_request) Has been cancelled
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Has been cancelled
Deploy Test / Run deploy test suite (pull_request) Has been cancelled

This commit is contained in:
Roy Crihfield 2024-03-28 21:59:51 +08:00
parent 95894ff88d
commit a5139dc145

View File

@ -248,6 +248,8 @@ def command(ctx, include, exclude, git_ssh, check_only, pull, branches, branches
print("__file__", __file__)
print("stack_file_name", stack_file_name)
print("stack_file_path", stack_file_path)
stacks_dir_path = Path(__file__).absolute().parent.parent.joinpath("data", "stacks")
print("stacks dir contents", list(stacks_dir_path.iterdir()))
if not stack_file_path.exists():
error_exit(f"stack {stack} does not exist")
with stack_file_path: