Skip to content
Snippets Groups Projects
Commit ededb6d0 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Not stop after the first 3 images

parent fe84267a
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9436 canceled with stages
in 9 seconds
......@@ -34,6 +34,8 @@ img_cache:
script:
- mkdir -p ${dir}cache/
- cat nextflow.config | grep -oP "container = \K.*" | tr -d "'" | sort | uniq | xargs -P 3 -I {} singularity pull --dir ${dir} 'docker://'{} || true
- wait
- echo images cached
collect:
stage: versions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment