Skip to content

Commit f33fa27

Browse files
committed
we can run three other workflows while DARTEL one is running...
1 parent 412fb3e commit f33fa27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ test:
2929
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
3030
FORCE_SPMMCR: 1
3131
timeout: 1600
32-
- if [ "$CIRCLE_NODE_INDEX" = "2" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_reuse Linear level1_workflow; fi:
32+
- if [ "$CIRCLE_NODE_INDEX" = "0" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_reuse Linear level1_workflow; fi:
3333
pwd: ../examples
34-
- if [ "$CIRCLE_NODE_INDEX" = "3" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_nested Linear level1 l2pipeline; fi:
34+
- if [ "$CIRCLE_NODE_INDEX" = "0" ]; then . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_spm_nested Linear level1 l2pipeline; fi:
3535
pwd: ../examples
3636
environment:
3737
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"

0 commit comments

Comments
 (0)