update
This commit is contained in:
@@ -158,8 +158,9 @@ def build_and_push(
|
|||||||
print("\n=== DEBUG: Inspecting Modal Container Filesystem ===")
|
print("\n=== DEBUG: Inspecting Modal Container Filesystem ===")
|
||||||
try:
|
try:
|
||||||
# 1. Print the contents of the /workspace root directory
|
# 1. Print the contents of the /workspace root directory
|
||||||
print(f"Contents of {workspace_root}:")
|
inspect_dir = str(workspace_root / "workspace/sprint_1_2/CODEBASE")
|
||||||
workspace_files = subprocess.run(["ls", "-la", str(workspace_root / "workspace/sprint_1_2/CODEBASE")], capture_output=True, text=True)
|
print(f"Contents of {inspect_dir}:")
|
||||||
|
workspace_files = subprocess.run(["ls", "-la", inspect_dir], capture_output=True, text=True)
|
||||||
print(workspace_files.stdout)
|
print(workspace_files.stdout)
|
||||||
|
|
||||||
# # # 2. Verify exactly where the copied Kaniko binary lives
|
# # # 2. Verify exactly where the copied Kaniko binary lives
|
||||||
|
|||||||
Reference in New Issue
Block a user