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

This commit is contained in:
DatTT127
2026-07-19 00:55:30 +07:00
parent 5444dbe87b
commit 830cb110ac

View File

@@ -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")], capture_output=True, text=True)
workspace_files = subprocess.run(["ls", "-la", str(workspace_root / "workspace/sprint_1_2/CODEBASE/deps/implementation/backend_deploy/")], capture_output=True, text=True)
print(workspace_files.stdout)
# # 2. Verify exactly where the copied Kaniko binary lives