Skip to content

Commit

Permalink
fix: cleaning up the entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Feb 27, 2024
1 parent 4c01651 commit b1ee5e2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions airflow/docker/cwl/docker_cwl_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,9 @@ until docker version > /dev/null 2>&1
do
sleep 1
done
echo "done sleeping"


# Execute CWL workflow
. /usr/share/cwl/venv/bin/activate
aws s3 ls
aws ssm get-parameter --name /sps/processing/workflows/edl_username --region us-west-2

# wait for 60 minutes
sleep 3600

cwl-runner --outdir "$output_dir" --no-match-user --no-read-only "$cwl_workflow" /tmp/job_args.json
deactivate

Expand Down

0 comments on commit b1ee5e2

Please sign in to comment.