Skip to content

Commit

Permalink
remove change in dir in cleanup (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjanj007 authored Dec 19, 2024
1 parent 6748a27 commit e7775fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dags/map_reproducibility/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def get_aotc_repo():

def cleanup_cmds():
cleanup = (
"cd $REPO_ROOT",
"cd ../../..",
"kubectl get pods "
"--no-headers=true | awk '{print $1}' "
"| grep $JOB_NAME | xargs kubectl delete pods",
Expand Down

0 comments on commit e7775fa

Please sign in to comment.