mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Remove SCRATCH variable
This commit is contained in:
parent
f3e61fdd66
commit
eb0e89eeaa
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ install:
|
|||
- mkdir -p ${TRAVIS_BUILD_DIR}/tests && cd ${TRAVIS_BUILD_DIR}/tests
|
||||
|
||||
env:
|
||||
- NXF_VER='18.10.1' SCRATCH='~' # Specify a minimum NF version that should be tested and work. Set SCRATCH for prince.config.
|
||||
- NXF_VER='' SCRATCH='~' # Plus: get the latest NF version and check, that it works. Set SCRATCH for prince.config.
|
||||
- NXF_VER='18.10.1' # Specify a minimum NF version that should be tested and work. Set SCRATCH for prince.config.
|
||||
- NXF_VER='' # Plus: get the latest NF version and check, that it works. Set SCRATCH for prince.config.
|
||||
|
||||
script:
|
||||
# Run the pipeline with the test profile and test remote config
|
||||
|
|
Loading…
Reference in a new issue