Skip to content
Snippets Groups Projects
Commit 90cc2803 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

remove except from CI

parent 0e6e8806
Branches
Tags
2 merge requests!45Develop,!44Resolve "Fix CountDesign"
Pipeline #4621 passed with stages
in 2 minutes and 12 seconds
......@@ -25,13 +25,6 @@ astrocyte_check:
simple_1FC:
stage: simple
only:
- branches
except:
changes:
- "**/*.md"
refs:
- tags
script:
- nextflow run workflow/main.nf --bcl "test_data/simple1/*.tar.gz" --designFile "test_data/simple1/cellranger-tiny-bcl-simple-1_2_0.csv"
- pytest -m simple1
......@@ -49,9 +42,6 @@ simple_1FC:
simple_2FC:
stage: simple
except:
changes:
- "**/*.md"
script:
- nextflow run workflow/main.nf --bcl "test_data/simple2/*.tar.gz" --designFile "test_data/simple2/cellranger-tiny-bcl-simple-1_2_0.csv"
- pytest -m simple2
......
......@@ -5,7 +5,6 @@
**Background**
* Add CI artifacts
* Add Except md to CI
*Known Bugs*
* cellranger mkfastq will not accept spaces in path for run param even if quoted, issue raised on 10XGenomics/cellranger github issue [#31](https://github.com/10XGenomics/cellranger/issues/31)
......
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