update
Some checks failed
Backend EC - Modal Deployment / build-and-push (push) Failing after 4m8s
Backend EC - Modal Deployment / notify-deploy (push) Has been skipped

This commit is contained in:
DatTT127
2026-07-19 08:16:30 +07:00
parent ff995d716e
commit 1837b133a3

View File

@@ -158,8 +158,9 @@ def build_and_push(
print("\n=== DEBUG: Inspecting Modal Container Filesystem ===")
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/sprint_1_2/CODEBASE")], capture_output=True, text=True)
inspect_dir = str(workspace_root / "workspace/sprint_1_2/CODEBASE")
print(f"Contents of {inspect_dir}:")
workspace_files = subprocess.run(["ls", "-la", inspect_dir], capture_output=True, text=True)
print(workspace_files.stdout)
# # # 2. Verify exactly where the copied Kaniko binary lives