Skip to content

Commit c1bea4a

Browse files
committed
fix tarring new masks
1 parent edaa53b commit c1bea4a

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
@@ -258,11 +258,11 @@ jobs:
258258
/root/src/fmriprep/ \
259259
-svx --doctest-modules --ignore=/root/src/fmriprep/docs --ignore=setup.py
260260
- run:
261-
name: Zip new masks
261+
name: Package new masks
262262
no_output_timeout: 10m
263263
working_directory: /tmp/data/reports
264264
command: |
265-
tar cfz fmriprep_bold_mask.tar.gz fmriprep_bold_mask/*.nii.gz
265+
tar cfz fmriprep_bold_mask.tar.gz fmriprep_bold_mask/*/*.nii.gz
266266
- run:
267267
name: Test fmriprep-wrapper (Python 2)
268268
command: |

0 commit comments

Comments
 (0)