Skip to content

Commit

Permalink
CI: Use custom Datalad image for fast cache update
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed May 6, 2019
1 parent 14e50c6 commit 224db12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

cache_test_data:
docker:
- image: continuumio/miniconda3:4.5.12
- image: markiewicz/datalad:0.0.1
working_directory: /tmp/data
steps:
- restore_cache:
Expand All @@ -58,9 +58,8 @@ jobs:
- ds003-v0-master-
- ds003-v0-
- run:
name: Install datalad and set git ID
name: Set git ID
command: |
conda install -c conda-forge datalad git-annex
git config --global user.name 'FitLins CircleCI User'
git config --global user.email '[email protected]'
- run:
Expand Down

0 comments on commit 224db12

Please sign in to comment.