jx2lee commented on code in PR #46181: URL: https://github.com/apache/airflow/pull/46181#discussion_r1942696792
########## airflow/dag_processing/bundles/git.py: ########## @@ -127,8 +156,11 @@ def __init__( self.log.error("Error creating GitHook: %s", e) def _initialize(self): - self._clone_bare_repo_if_required() - self._ensure_version_in_bare_repo() + with self.hook.setup_inline_key() as tmp_keyfile: + self.hook.env = self.hook.set_git_env(tmp_keyfile) Review Comment: @jedcunningham Fixed Done! and test code, too. Review again, please. 🙏 -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org