Skip to content

Commit b814d61

Browse files
effigiesoesteban
authored andcommitted
CI: Tar up directory for OSF publication
1 parent f36e2eb commit b814d61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,12 @@ jobs:
257257
--entrypoint="py.test" poldracklab/fmriprep:latest \
258258
/root/src/fmriprep/ \
259259
--doctest-modules --ignore=/root/src/fmriprep/docs --ignore=setup.py
260+
- run:
261+
name: Zip new masks
262+
no_output_timeout: 10m
263+
working_directory: /tmp/data/reports
264+
command: |
265+
tar cfz fmriprep_bold_mask.tar.gz fmriprep_bold_mask/*.nii.gz
260266
- run:
261267
name: Test fmriprep-wrapper (Python 2)
262268
command: |

0 commit comments

Comments
 (0)