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 1e6ed7c commit 5d3444bCopy full SHA for 5d3444b
.circleci/config.yml
@@ -6,7 +6,14 @@ jobs:
6
docker:
7
- image: circleci/python:3.8.5-buster
8
steps:
9
+ - restore_cache:
10
+ keys:
11
+ - source-cache
12
- checkout
13
+ - save_cache:
14
+ key: source-cache
15
+ paths:
16
+ - ".git"
17
- run:
18
name: Set BASH_ENV
19
command: |
@@ -136,10 +143,10 @@ jobs:
136
143
- data-cache-fieldtrip
137
144
- restore_cache:
138
145
keys:
139
- - data-cache-hf-sef
146
+ - data-cache-somato
140
147
141
148
142
- - data-cache-somato
149
+ - data-cache-hf-sef
150
151
152
- data-cache-opm
0 commit comments