Skip to content

Commit eba81ff

Browse files
committed
CI: Test that Docker image can run a common set of output spaces without network access
1 parent 79dcd31 commit eba81ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ jobs:
365365
sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
366366
fmriprep-docker -i poldracklab/fmriprep:latest \
367367
-e FMRIPREP_DEV 1 -u $(id -u) \
368+
--network none \
368369
--config $PWD/nipype.cfg -w /tmp/ds005/work \
369370
/tmp/data/ds005 /tmp/ds005/derivatives participant \
370371
--fs-subjects-dir /tmp/ds005/freesurfer \
@@ -393,6 +394,7 @@ jobs:
393394
sudo setfacl -m group:$(id -gn):rwx /tmp/ds005/work
394395
fmriprep-docker -i poldracklab/fmriprep:latest \
395396
-e FMRIPREP_DEV 1 -u $(id -u) \
397+
--network none \
396398
--config $PWD/nipype.cfg -w /tmp/ds005/work \
397399
/tmp/data/ds005 /tmp/ds005/derivatives participant \
398400
--fs-subjects-dir /tmp/ds005/freesurfer \
@@ -422,6 +424,7 @@ jobs:
422424
rm /tmp/data/ds005/sub-01/func/*_run-01_*
423425
fmriprep-docker -i poldracklab/fmriprep:latest \
424426
-e FMRIPREP_DEV 1 -u $(id -u) \
427+
--network none \
425428
--config $PWD/nipype.cfg -w /tmp/ds005/work_partial \
426429
/tmp/data/ds005 /tmp/ds005/derivatives_partial participant \
427430
--fs-subjects-dir /tmp/ds005/freesurfer \

0 commit comments

Comments
 (0)