File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ jobs:
47
47
- restore_cache :
48
48
keys :
49
49
- env-v2-{{ .Branch }}-
50
- - env-v2-master -
50
+ - env-v2-maint/1.3.x -
51
51
- env-v2-
52
52
- restore_cache :
53
53
keys :
54
54
- data-v2-{{ .Branch }}-
55
- - data-v2-master -
55
+ - data-v2-maint/1.3.x -
56
56
- data-v2-
57
57
58
58
- run :
@@ -155,7 +155,7 @@ jobs:
155
155
keys :
156
156
- build-v2-{{ .Branch }}-{{ epoch }}
157
157
- build-v2-{{ .Branch }}-
158
- - build-v2-master -
158
+ - build-v2-maint/1.3.x -
159
159
- build-v2-
160
160
paths :
161
161
- /tmp/docker
@@ -246,12 +246,12 @@ jobs:
246
246
- restore_cache :
247
247
keys :
248
248
- data-v2-{{ .Branch }}-
249
- - data-v2-master -
249
+ - data-v2-maint/1.3.x -
250
250
- data-v2-
251
251
- restore_cache :
252
252
keys :
253
253
- workdir-v2-{{ .Branch }}-
254
- - workdir-v2-master -
254
+ - workdir-v2-maint/1.3.x -
255
255
- workdir-v2-
256
256
- run :
257
257
name : Refreshing cached intermediate results
@@ -344,7 +344,7 @@ jobs:
344
344
keys :
345
345
- docs-v2-{{ .Branch }}-{{ .Revision }}
346
346
- docs-v2-{{ .Branch }}-
347
- - docs-v2-master
347
+ - docs-v2-maint/1.3.x
348
348
- docs-v2-
349
349
paths :
350
350
- ./docs/_build
@@ -373,7 +373,7 @@ jobs:
373
373
keys :
374
374
- build-v2-{{ .Branch }}-{{ epoch }}
375
375
- build-v2-{{ .Branch }}-
376
- - build-v2-master -
376
+ - build-v2-maint/1.3.x -
377
377
- build-v2-
378
378
paths :
379
379
- /tmp/docker
You can’t perform that action at this time.
0 commit comments