Skip to content

Commit c3e830e

Browse files
committed
Script update
1 parent 5b5f2c0 commit c3e830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/translators/build_docker_docker_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
for backend in "dask" "parsl" "nextflow" "airflow" "bash" "taskvine" "cwl"; do
5+
for backend in "dask" "parsl" "nextflow" "airflow" "bash" "taskvine" "cwl" "pegasus"; do
66
echo "Building $backend Docker image..."
77
docker build --platform linux/amd64 -t wfcommons/wfcommons-testing-$backend -f Dockerfile.$backend .
88
done

0 commit comments

Comments
 (0)