deploy: auto commit repo-root changes 2026-06-21 17:13:24
This commit is contained in:
@@ -259,6 +259,7 @@ def run_main_action(action: str, timeout: int, output_callback: Callable[[str],
|
||||
start = time.monotonic()
|
||||
env = os.environ.copy()
|
||||
env["PYTHONUNBUFFERED"] = "1"
|
||||
env["DQD_RUNNING_UNDER_TASK_RUNNER"] = "1"
|
||||
proc = subprocess.Popen(
|
||||
[sys.executable, "main.py", action],
|
||||
cwd=str(APP_DIR),
|
||||
|
||||
Reference in New Issue
Block a user