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

Not stop after the first 3 images

parent ededb6d0
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9438 canceled with stages
in 9 seconds
......@@ -33,7 +33,7 @@ img_cache:
stage: singularity
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
- cat nextflow.config | grep -oP "container = \K.*" | tr -d "'" | sort | uniq | xargs -P 3 -I {} -c "singularity pull --dir ${dir} 'docker://'{} || true"
- wait
- echo images cached
......
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