mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Travis multiline yaml
This commit is contained in:
parent
a79564f0af
commit
eaa1c8360f
1 changed files with 5 additions and 4 deletions
|
@ -22,7 +22,8 @@ env:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# Run the pipeline with the test profile and test remote config
|
# Run the pipeline with the test profile and test remote config
|
||||||
- grep "{.*includeConfig.*[a-z]*\.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | \
|
- |
|
||||||
|
grep "{.*includeConfig.*[a-z]*\.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | \
|
||||||
tr -s ' ' | \
|
tr -s ' ' | \
|
||||||
cut -d " " -f 2 | \
|
cut -d " " -f 2 | \
|
||||||
xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}
|
xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}
|
||||||
|
|
Loading…
Reference in a new issue