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

Add singularity cache to before script in ci

parent b53b14cf
Branches
Tags
2 merge requests!76Develop,!71Seqwho
Pipeline #9359 failed with stages
in 35 seconds
......@@ -2,6 +2,7 @@ before_script:
- module load python/3.6.4-anaconda
- pip install --user attrs==20.3.0 pytest==6.2.2 pytest-pythonpath==0.7.3 pytest-cov==2.11.1
- module load singularity/3.5.3
- export SINGULARITY_CACHEDIR=/project/BICF/BICF_Core/shared/gudmap/singularity_cache/
- module load nextflow/20.01.0
- ln -sfn /project/BICF/BICF_Core/shared/gudmap/test_data/* ./test_data/
- mkdir -p ~/.deriva
......@@ -29,7 +30,6 @@ build_badges:
- tags
before_script:
- module load singularity/3.5.3
- export SINGULARITY_CACHEDIR=/project/BICF/BICF_Core/shared/gudmap/singularity_cache/
- chmod +x ./workflow/scripts/get_updated_badge_info.sh
script:
- echo "Building badges"
......
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