Skip to content

Commit

Permalink
CI: Bump data cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 30, 2023
1 parent 8c02186 commit c709b31
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ jobs:
steps:
- restore_cache:
keys:
- data-v3-{{ .Branch }}-{{ .Revision }}
- data-v3--{{ .Revision }}
- data-v3-{{ .Branch }}-
- data-v3-master-
- data-v3-
- data-v0-{{ .Branch }}-{{ .Revision }}
- data-v0--{{ .Revision }}
- data-v0-{{ .Branch }}-
- data-v0-master-
- data-v0-
- run:
name: Install datalad + git-annex
command: |
Expand All @@ -203,7 +203,7 @@ jobs:
echo "Reusing cached data"
fi
- save_cache:
key: data-v3-{{ .Branch }}-{{ .Revision }}
key: data-v0-{{ .Branch }}-{{ .Revision }}
paths:
- /tmp/data
- run:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
- /tmp/images
- restore_cache:
keys:
- data-v3-{{ .Branch }}-{{ .Revision }}
- data-v0-{{ .Branch }}-{{ .Revision }}
- docker/install-docker-credential-helper
- run: *docker_auth
- run: *setup_docker_registry
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
- /tmp/images
- restore_cache:
keys:
- data-v3-{{ .Branch }}-{{ .Revision }}
- data-v0-{{ .Branch }}-{{ .Revision }}
- restore_cache:
keys:
- bcp-anat-v0-{{ .Branch }}-{{ .Revision }}
Expand Down

0 comments on commit c709b31

Please sign in to comment.