Skip to content

Commit

Permalink
maint: configure datalad on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Feb 15, 2022
1 parent bc23efb commit 4c339e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
export PATH=/opt/circleci/git-annex.linux:$PATH
mkdir -p /tmp/data
cd /tmp/data
datalad install -r https://gin.g-node.org/oesteban/nitransforms-tests.git
datalad update -r --merge -d nitransforms-tests/
datalad get -r -d nitransforms-tests/
datalad install -r https://gin.g-node.org/oesteban/nitransforms-tests
datalad update --merge -d ./nitransforms-tests/
datalad get -r -d ./nitransforms-tests/ *
- save_cache:
key: data-v3-{{ .Branch }}-{{ .BuildNum }}
paths:
Expand Down

0 comments on commit 4c339e7

Please sign in to comment.