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

Add ci flag from tracking

parent ef4ac234
Branches
Tags
2 merge requests!37v0.0.1,!29Track.pipeline
Pipeline #6742 passed with stages
in 1 hour, 8 minutes, and 53 seconds
......@@ -126,14 +126,14 @@ integration_se:
script:
- 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
- nextflow -bg run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --ci true
integration_pe:
stage: integration
script:
- 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
- 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
artifacts:
name: "$CI_JOB_NAME"
when: always
......
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