mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Fixes syntax error in travis script
This commit is contained in:
parent
d4cd9b1f0a
commit
bbe0d30462
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ 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 "[a-z]*.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | | tr -s ' ' | cut -d " " -f 2 | xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}
|
- grep "[a-z]*.config\"" ${TRAVIS_BUILD_DIR}/nfcore_custom.config | tr -s ' ' | cut -d " " -f 2 | xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}
|
||||||
|
|
Loading…
Reference in a new issue