Skip to content

Commit fa12909

Browse files
committed
test run-02 instead of run-01 [skip ds054][skip ds210][skip tests][skip docs]
1 parent 2c9b6e8 commit fa12909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
mkdir -p /tmp/ds005/derivatives_partial
426426
sudo mv /tmp/ds005/derivatives/freesurfer /tmp/ds005/derivatives_partial
427427
sudo cp -a /tmp/ds005/work /tmp/ds005/work_partial
428-
sudo rm -rf /tmp/ds005/work_partial/fmriprep_wf/single_subject_01_wf/func_preproc_task_mixedgamblestask_run_01_wf/ica_aroma_wf
428+
sudo rm -rf /tmp/ds005/work_partial/fmriprep_wf/single_subject_01_wf/func_preproc_task_mixedgamblestask_run_02_wf/ica_aroma_wf
429429
- run:
430430
name: Checking outputs of full fMRIPrep run
431431
command: |
@@ -437,7 +437,7 @@ jobs:
437437
name: Re-run fMRIPrep on single run of task data
438438
no_output_timeout: 2h
439439
command: |
440-
rm /tmp/data/ds005/sub-01/func/*_run-02_*
440+
rm /tmp/data/ds005/sub-01/func/*_run-01_*
441441
fmriprep-docker -i poldracklab/fmriprep:latest \
442442
-e FMRIPREP_DEV 1 -u $(id -u) \
443443
--config $PWD/nipype.cfg -w /tmp/ds005/work_partial \

0 commit comments

Comments
 (0)