Skip to content

Commit 1c9c25b

Browse files
committed
CI: Disable msm on circle runs
1 parent bb1d131 commit 1c9c25b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.circleci/ds005_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ docker run -it -e FMRIPREP_DEV=1 -u $(id -u) \
1717
--skull-strip-template MNI152NLin2009cAsym:res-2 \
1818
--sloppy --mem-gb 4 \
1919
--ncpus 2 --omp-nthreads 2 -vv \
20+
--no-msm \
2021
--fs-license-file /tmp/fslicense/license.txt \
2122
--fs-subjects-dir /tmp/ds005/freesurfer \
2223
${@:1}

.circleci/ds054_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ docker run --rm -it -e FMRIPREP_DEV=1 -u $(id -u) \
1717
--skull-strip-template OASIS30ANTs:res-1 \
1818
--output-spaces MNI152Lin MNI152NLin2009cAsym:res-2:res-native \
1919
--mem-gb 4 --ncpus 2 --omp-nthreads 2 -vv \
20+
--no-msm \
2021
--fs-license-file /tmp/fslicense/license.txt \
2122
${@:1}

0 commit comments

Comments
 (0)