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", ), ],