1
0
Fork 0
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:
Sven Fillinger 2019-03-06 18:20:56 +01:00
parent 7ec2532b78
commit fe9d85b23c

View file

@ -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