Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
No outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Feb 22, 2024
1 parent e2c2714 commit 76e9a2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions airflow/docker/cwl/docker_cwl_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ do
done

docker ps
ls -l /var/run/docker.sock

# Execute CWL workflow
#source /usr/share/cwl/venv/bin/activate
#cwl-runner --outdir $output_dir $cwl_workflow /tmp/job_args.json
#deactivate
source /usr/share/cwl/venv/bin/activate
cwl-runner $cwl_workflow /tmp/job_args.json
deactivate

# Stop Docker engine
pkill -f dockerd

0 comments on commit 76e9a2c

Please sign in to comment.