From 5444dbe87b36a1ccdc2268f19bc69324e5553fcc Mon Sep 17 00:00:00 2001 From: DatTT127 Date: Sun, 19 Jul 2026 00:52:40 +0700 Subject: [PATCH] update --- .../deps/implementation/backend_deploy/gitea_modal_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py index 5d73ff6..23d61b4 100644 --- a/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py +++ b/workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/gitea_modal_build.py @@ -116,7 +116,7 @@ def build_and_push( try: # 1. Print the contents of the /workspace root directory print(f"Contents of {workspace_root}:") - workspace_files = subprocess.run(["ls", "-la", str(workspace_root / "workspace/deps/implementation/backend_deploy")], capture_output=True, text=True) + workspace_files = subprocess.run(["ls", "-la", str(workspace_root / "workspace")], capture_output=True, text=True) print(workspace_files.stdout) # # 2. Verify exactly where the copied Kaniko binary lives