From b1e53c7dcaeacfbdd01216332e6b536b0cfedfd2 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Thu, 30 Jul 2020 19:05:59 -0500 Subject: [PATCH] Fix cache dependencies #27 --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd29ced..e6dac7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -140,12 +140,11 @@ integration_se: paths: - dag.png - output/qc/ - - 16-1ZX4_multiqc_data.json expire_in: 7 days cache: key: se_multiqc_cache paths: - - 16-1ZX4_multiqc_data.json + - multiqc_data.json integration_pe: stage: integration @@ -160,7 +159,6 @@ integration_pe: paths: - dag.png - output/qc/ - - Q-Y5JA_multiqc_data.json expire_in: 7 days cache: key: pe_multiqc_cache -- GitLab