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

Remove cache dependencies #27

parent b1e53c7d
Branches
Tags
2 merge requests!37v0.0.1,!35Ci
Pipeline #7748 failed with stages
in 12 hours, 1 minute, and 56 seconds
......@@ -133,18 +133,14 @@ integration_se:
- hostname
- ulimit -a
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 -with-dag dag.png --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} . \;
- find . -type f -name "multiqc_data.json" -exec cp {} ./16-1ZX4_multiqc_data.json \;
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- dag.png
- output/qc/
- 16-1ZX4_multiqc_data.json
expire_in: 7 days
cache:
key: se_multiqc_cache
paths:
- multiqc_data.json
integration_pe:
stage: integration
......@@ -152,23 +148,18 @@ integration_pe:
- hostname
- ulimit -a
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA -with-dag dag.png --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} . \;
- find . -type f -name "multiqc_data.json" -exec cp {} ./Q-Y5JA_multiqc_data.json \;
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- dag.png
- output/qc/
- Q-Y5JA_multiqc_data.json
expire_in: 7 days
cache:
key: pe_multiqc_cache
paths:
- multiqc_data.json
consistency_se:
stage: consistency
script:
- echo "TEST"
cache:
key: se_multiqc_cache
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