Skip to content

Commit 0be44c6

Browse files
committed
fix(circleci): do not delete derivatives/freesurfer folder
1 parent fda1785 commit 0be44c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ jobs:
399399
command: |
400400
rm -rf /tmp/ds005/work/fmriprep_wf/fsdir*
401401
rm -rf /tmp/ds005/work/reportlets
402-
rm -rf /tmp/ds005/derivatives/*
402+
rm -rf /tmp/ds005/derivatives/fmriprep
403403
- save_cache:
404404
key: ds005-anat-v14-{{ .Branch }}-{{ epoch }}
405405
paths:
@@ -536,7 +536,7 @@ jobs:
536536
command: |
537537
rm -rf /tmp/ds054/work/fmriprep_wf/fsdir*
538538
rm -rf /tmp/ds054/work/reportlets
539-
rm -rf /tmp/ds054/derivatives/*
539+
rm -rf /tmp/ds054/derivatives/fmriprep
540540
- save_cache:
541541
key: ds054-anat-v12-{{ .Branch }}-{{ epoch }}
542542
paths:
@@ -660,7 +660,7 @@ jobs:
660660
command: |
661661
rm -rf /tmp/ds210/work/fmriprep_wf/fsdir*
662662
rm -rf /tmp/ds210/work/reportlets
663-
rm -rf /tmp/ds210/derivatives/*
663+
rm -rf /tmp/ds210/derivatives/fmriprep
664664
- save_cache:
665665
key: ds210-anat-v10-{{ .Branch }}-{{ epoch }}
666666
paths:

0 commit comments

Comments
 (0)