We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72219d3 commit f972dbaCopy full SHA for f972dba
.circleci/config.yml
@@ -101,15 +101,15 @@ jobs:
101
name: Install ds001771
102
command: |
103
datalad install -r https://github.com/nipreps-data/ds001771.git
104
- datalad update --merge -d ds001771/
+ datalad update -r --merge -d ds001771/
105
datalad get -r -d ds001771/ ds001771/sub-36/fmap/*
106
107
- run:
108
name: Install ds000054
109
110
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/*
+ datalad update -r --merge -d ds000054/
+ datalad get -r -J 2 -d ds000054/ ds000054/* ds000054/derivatives/*
113
114
- save_cache:
115
key: data-v4-{{ .Branch }}-{{ .BuildNum }}
0 commit comments