Skip to content

Commit f972dba

Browse files
committed
fix(circleCI): force fetching derivatives of ds000054
1 parent 72219d3 commit f972dba

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
@@ -101,15 +101,15 @@ jobs:
101101
name: Install ds001771
102102
command: |
103103
datalad install -r https://github.com/nipreps-data/ds001771.git
104-
datalad update --merge -d ds001771/
104+
datalad update -r --merge -d ds001771/
105105
datalad get -r -d ds001771/ ds001771/sub-36/fmap/*
106106
107107
- run:
108108
name: Install ds000054
109109
command: |
110110
datalad install -r https://github.com/nipreps-data/ds000054.git
111-
datalad update --merge -d ds000054/
112-
datalad get -r -J 2 -d ds000054/ ds000054/*
111+
datalad update -r --merge -d ds000054/
112+
datalad get -r -J 2 -d ds000054/ ds000054/* ds000054/derivatives/*
113113
114114
- save_cache:
115115
key: data-v4-{{ .Branch }}-{{ .BuildNum }}

0 commit comments

Comments
 (0)