We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5f2c0 commit c3e830eCopy full SHA for c3e830e
tests/translators/build_docker_docker_images.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-for backend in "dask" "parsl" "nextflow" "airflow" "bash" "taskvine" "cwl"; do
+for backend in "dask" "parsl" "nextflow" "airflow" "bash" "taskvine" "cwl" "pegasus"; do
6
echo "Building $backend Docker image..."
7
docker build --platform linux/amd64 -t wfcommons/wfcommons-testing-$backend -f Dockerfile.$backend .
8
done
0 commit comments