mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Fixes unresolved var
This commit is contained in:
parent
7ec2532b78
commit
fe9d85b23c
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,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
|
||||||
- nextflow run nf-core/hlatyping --custom_config_version $TRAVIS_BRANCH -profile test_configs,test,docker
|
- nextflow run nf-core/hlatyping --custom_config_version ${TRAVIS_BRANCH} -profile test_configs,test,docker
|
Loading…
Reference in a new issue