From b832df3dbc81ef867d217354850509c3ee5e9692 Mon Sep 17 00:00:00 2001 From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu> Date: Wed, 31 Jul 2019 12:13:58 -0500 Subject: [PATCH] Add artifacts to CI --- .gitlab-ci.yml | 12 ++++++++++++ CHANGELOG.md | 1 + 2 files changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f05627..a073ef7 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,8 @@ simple_1: when: always paths: - .nextflow.log + - workflow/output/count310/sample1/outs/web_summary.html + - workflow/output/multiqc/run/multiqc_report.html expire_in: 2 days retry: max: 1 @@ -68,6 +70,8 @@ simple_2: when: always paths: - .nextflow.log + - workflow/output/count310/sample1/outs/web_summary.html + - workflow/output/multiqc/run/multiqc_report.html expire_in: 2 days retry: max: 1 @@ -89,6 +93,8 @@ detailed_1: when: always paths: - .nextflow.log + - workflow/output/count310/sample1/outs/web_summary.html + - workflow/output/multiqc/run/multiqc_report.html expire_in: 2 days retry: max: 1 @@ -111,6 +117,8 @@ detailed_2: when: always paths: - .nextflow.log + - workflow/output/count302/sample1/outs/web_summary.html + - workflow/output/multiqc/run/multiqc_report.html expire_in: 2 days retry: max: 1 @@ -132,6 +140,8 @@ detailed_3: when: always paths: - .nextflow.log + - workflow/output/count301/sample1/outs/web_summary.html + - workflow/output/multiqc/run/multiqc_report.html expire_in: 2 days retry: max: 1 @@ -153,6 +163,8 @@ detailed_4: when: always paths: - .nextflow.log + - workflow/output/count211/sample1/outs/web_summary.html + - workflow/output/multiqc/run/multiqc_report.html expire_in: 2 days retry: max: 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfb6fb..2311789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # v1.2.0 (in development) **User Facing** * Add Cellranger Version 3.1.0 +* Add CI Artifacts **Background** -- GitLab