Compare commits

..
Author SHA1 Message Date
zramsay 4cbc84b388 update url 2024-09-13 09:58:51 -04:00
2 changed files with 1 additions and 5 deletions
@@ -3,7 +3,7 @@ name: act-runner
description: "Local act-runner"
repos:
- git.vdb.to/cerc-io/hosting
- gitea.com/telackey/act_runner@telackey/entrypoint
- git.vdb.to/cerc-io/act_runner
containers:
- cerc/act-runner
- cerc/act-runner-task-executor
@@ -623,16 +623,12 @@ def command( # noqa: C901
main_logger.log(
f"Directing deployment logs to: {run_log_file_path}"
)
main_logger.log(f"Attempting to open: {run_log_file_path}")
run_log_file = open(run_log_file_path, "wt")
main_logger.log("After opening log file")
run_reg_client = LaconicRegistryClient(
laconic_config, log_file=run_log_file
)
main_logger.log("After running registry client")
build_logger = TimedLogger(run_id, run_log_file)
main_logger.log("After running timed logger")
build_logger.log("Processing ...")
process_app_deployment_request(
ctx,