Skip to content

Commit

Permalink
test merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
YaphetKG authored Oct 21, 2024
1 parent 73812a1 commit 6d5194c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dags/roger/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6d5194c

Please sign in to comment.