1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

point travis to local clone

Previously travis tests could only succeed if the config was already present in the master branch, but for newly added
configs it would always fail.

This commit sets custom_config_base to the local clone of the PR branch on the Travis VM where the file is present.
This commit is contained in:
phue 2019-09-23 13:42:11 +02:00
parent 5e257e7e9a
commit 014111b925

View file

@ -27,4 +27,4 @@ script:
tr -s ' ' | \
cut -d " " -f 2 | \
grep -v "czbiohub_aws" | \
xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf -profile {}
xargs -I {} nextflow run ${TRAVIS_BUILD_DIR}/configtest.nf --custom_config_base=${TRAVIS_BUILD_DIR} -profile {}