Skip to content

Commit

Permalink
[FIX] Adding shutil
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Mar 7, 2024
1 parent d0b7c8b commit 6393397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions airflow/dags/cwl_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import uuid
from datetime import datetime
import os
import shutil

from airflow.operators.python import PythonOperator, get_current_context
from airflow.models.param import Param
Expand Down
2 changes: 1 addition & 1 deletion airflow/dags/docker_cwl_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
containers:
- name: cwl-docker
# image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:2.0.0-alpha.1
image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop8
image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop9
imagePullPolicy: Always
command: ["/usr/share/cwl/docker_cwl_entrypoint.sh"]
securityContext:
Expand Down

0 comments on commit 6393397

Please sign in to comment.