1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 00:26:03 +00:00

remove echos

This commit is contained in:
Piotr Faba 2020-05-27 16:43:32 +02:00
parent ac47d020cb
commit 1a9db371c3

View file

@ -28,7 +28,4 @@ jobs:
env: env:
SCRATCH: '~' SCRATCH: '~'
NXF_GLOBAL_CONFIG: /home/runner/dummy.config NXF_GLOBAL_CONFIG: /home/runner/dummy.config
run: | run: nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}
echo $SCRATCH
echo $NXF_GLOBAL_CONFIG
nextflow run ${GITHUB_WORKSPACE}/configtest.nf --custom_config_base=${GITHUB_WORKSPACE} -profile ${{ matrix.profile }}