From 6d5194ccc1b1f3b5172d60a81e0f70a98454ea3a Mon Sep 17 00:00:00 2001 From: YaphetKG <45075777+YaphetKG@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:44:14 -0400 Subject: [PATCH] test merge issue --- dags/roger/tasks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dags/roger/tasks.py b/dags/roger/tasks.py index f545114..1f17f6a 100755 --- a/dags/roger/tasks.py +++ b/dags/roger/tasks.py @@ -201,10 +201,10 @@ def avalon_commit_callback(context: DagContext, **kwargs): logger.error(e) # delete temp branch finally: - client._client.branches_api.delete_branch( - repository=repo, - branch=temp_branch_name - ) + # client._client.branches_api.delete_branch( + # repository=repo, + # branch=temp_branch_name + # ) logger.info(f"deleted temp branch {temp_branch_name}") logger.info(f"deleting local dir {local_path}") files_to_clean = glob.glob(local_path + '**', recursive=True) + [local_path]