File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 42
42
fi
43
43
- restore_cache :
44
44
keys :
45
- - build-v1-{{ .Branch }}-{{ .Revision }}
45
+ - build-v1-{{ .Branch }}-{{ epoch }}
46
46
- build-v1-{{ .Branch }}-
47
47
- build-v1-master-
48
48
- build-v1-
@@ -202,7 +202,9 @@ jobs:
202
202
- data-v0-{{ .Revision }}
203
203
- restore_cache :
204
204
keys :
205
- - build-v1-{{ .Branch }}-{{ .Revision }}
205
+ - build-v1-{{ .Branch }}-{{ epoch }}
206
+ - build-v1-{{ .Branch }}-
207
+ - build-v1-
206
208
paths :
207
209
- /tmp/docker
208
210
- run :
@@ -293,7 +295,9 @@ jobs:
293
295
fi
294
296
- restore_cache :
295
297
keys :
296
- - build-v1-{{ .Branch }}-{{ .Revision }}
298
+ - build-v1-{{ .Branch }}-{{ epoch }}
299
+ - build-v1-{{ .Branch }}-
300
+ - build-v1-
297
301
paths :
298
302
- /tmp/docker
299
303
- run :
@@ -340,7 +344,9 @@ jobs:
340
344
fi
341
345
- restore_cache :
342
346
keys :
343
- - build-v1-{{ .Branch }}-{{ .Revision }}
347
+ - build-v1-{{ .Branch }}-{{ epoch }}
348
+ - build-v1-{{ .Branch }}-
349
+ - build-v1-
344
350
paths :
345
351
- /tmp/docker
346
352
- run :
You can’t perform that action at this time.
0 commit comments