Skip to content

Commit dfe4ee1

Browse files
committed
maint: configure datalad on CircleCI
1 parent bc23efb commit dfe4ee1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ jobs:
5454
export PATH=/opt/circleci/git-annex.linux:$PATH
5555
mkdir -p /tmp/data
5656
cd /tmp/data
57-
datalad install -r https://gin.g-node.org/oesteban/nitransforms-tests.git
58-
datalad update -r --merge -d nitransforms-tests/
59-
datalad get -r -d nitransforms-tests/
57+
datalad install -r https://gin.g-node.org/oesteban/nitransforms-tests
58+
cd nitransforms-tests/
59+
git config --unset-all remote.origin.annex-ignore
60+
datalad update --merge -d .
61+
datalad get -r *
6062
- save_cache:
6163
key: data-v3-{{ .Branch }}-{{ .BuildNum }}
6264
paths:

0 commit comments

Comments
 (0)