We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12226f commit c74cd68Copy full SHA for c74cd68
.circleci/config.yml
@@ -246,6 +246,9 @@ jobs:
246
no_output_timeout: 2h
247
command: |
248
docker run -ti --rm=false \
249
+ -v /tmp/data:/tmp/data \
250
+ -e FMRIPREP_REGRESSION_SOURCE=/tmp/data/fmriprep_bold_truncated \
251
+ -e FMRIPREP_REGRESSION_TARGET=/tmp/data/fmriprep_bold_mask \
252
--entrypoint="py.test" poldracklab/fmriprep:latest \
253
/root/src/fmriprep/ --doctest-modules --ignore=docs --ignore=setup.py
254
- run:
0 commit comments