Skip to content

Commit

Permalink
Update dags_airflow_fede_rucio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leggerf authored Jan 30, 2024
1 parent 7bbf2c7 commit bfc8827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags_airflow_fede_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
def rucio_task():
log.info("Using image " + f"{repo}:{tag}")

response= subprocess.call(["/root/get-token.sh"], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
response= subprocess.call(["whoami"], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
# response= subprocess.call(["/root/get-token.sh"], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
log.info("Response " + response)
log.info("stdout " + stdout)
log.info("stderr " + stderr)
Expand Down

0 comments on commit bfc8827

Please sign in to comment.