From 660b5854754bd496f7294fb064c03d1c88e3606c Mon Sep 17 00:00:00 2001 From: leggerf <41438017+leggerf@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:07:17 +0100 Subject: [PATCH] Update dags_airflow_fede_rucio_k8sexecutor.py --- dags_airflow_fede_rucio_k8sexecutor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dags_airflow_fede_rucio_k8sexecutor.py b/dags_airflow_fede_rucio_k8sexecutor.py index 4862b12..cc4d7ca 100644 --- a/dags_airflow_fede_rucio_k8sexecutor.py +++ b/dags_airflow_fede_rucio_k8sexecutor.py @@ -62,9 +62,9 @@ k8s.V1Container( name="sidecar", image=f"{repo}:{tag}", - # args=['echo "Hello"'], - # command=["bash", "-cx"], - command=["./get-token.sh"], + args=['pwd'], + command=["bash", "-cx"], + # command=["./get-token.sh"], image_pull_policy="Always", ), ],