Subham-KRLX opened a new pull request, #62905: URL: https://github.com/apache/airflow/pull/62905
This PR fixes Breeze command failures (exit code 128) when running from a Git worktree. Problem: Git worktrees use a .git file that points to the main repo's metadata via an absolute host path. Since this path isn't mapped inside the Breeze container, Git commands fail. Fix:Path Detection: Added logic to identify when Breeze is launched from a worktree. Dynamic Mounting: Automounts the main repository's .git directory into the container at its host absolute path. Ownership Cleanup: Updated fix_ownership to include the same mount for consistency. This allows Git inside the container to resolve repository information correctly. Related Issues closes: #62881 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
