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 ad5bc9d commit 28e1493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dags_airflow_fede_rucio.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
def rucio_task():
log.info("Using image " + f"{repo}:{tag}")

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

rucio_task = rucio_task()

#############################################################
Expand Down

0 comments on commit 28e1493

Please sign in to comment.