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

Make cache dir at start of ci

parent 59dc53b1
2 merge requests!76Develop,!71Seqwho
Pipeline #9430 failed with stages
in 30 seconds
......@@ -32,6 +32,7 @@ stages:
img_cache:
stage: singularity
script:
- mkdir -p ${dir}cache/
- cat nextflow.config | grep -oP "container = \K.*" | tr -d "'" | sort | uniq | xargs -P 10 -I {} singularity pull --dir ${dir} 'docker://'{} || true
collect:
......
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