From 0ffc2cbf4f334f39c0ccd654ab798bad1a2e7448 Mon Sep 17 00:00:00 2001 From: Gunjan Jalori Date: Thu, 19 Dec 2024 09:38:55 -0800 Subject: [PATCH] remove change in dir in cleanup --- dags/map_reproducibility/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dags/map_reproducibility/utils.py b/dags/map_reproducibility/utils.py index 23026b12..2e0cf62c 100644 --- a/dags/map_reproducibility/utils.py +++ b/dags/map_reproducibility/utils.py @@ -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",