|
53 | 53 | - name: Cache artifacts for dependent jobs
|
54 | 54 |
|
55 | 55 | with:
|
56 |
| - path: ~/.m2/repository |
| 56 | + path: ~/.m2/repository/org/opensearch/ |
57 | 57 | key: maven-local-${{ github.run_id }}
|
58 | 58 | restore-keys: |
|
59 | 59 | maven-local-
|
|
82 | 82 | - name: Restore Maven Local Cache
|
83 | 83 |
|
84 | 84 | with:
|
85 |
| - path: ~/.m2/repository |
| 85 | + path: ~/.m2/repository/org/opensearch/ |
86 | 86 | key: maven-local-${{ github.run_id }}
|
87 | 87 | restore-keys: |
|
88 | 88 | maven-local-
|
@@ -147,7 +147,7 @@ jobs:
|
147 | 147 | - name: Restore Maven Local Cache
|
148 | 148 |
|
149 | 149 | with:
|
150 |
| - path: ~/.m2/repository |
| 150 | + path: ~/.m2/repository/org/opensearch/ |
151 | 151 | key: maven-local-${{ github.run_id }}
|
152 | 152 | restore-keys: |
|
153 | 153 | maven-local-
|
@@ -189,7 +189,7 @@ jobs:
|
189 | 189 | - name: Restore Maven Local Cache
|
190 | 190 |
|
191 | 191 | with:
|
192 |
| - path: ~/.m2/repository |
| 192 | + path: ~/.m2/repository/org/opensearch/ |
193 | 193 | key: maven-local-${{ github.run_id }}
|
194 | 194 | restore-keys: |
|
195 | 195 | maven-local-
|
@@ -231,7 +231,7 @@ jobs:
|
231 | 231 | - name: Restore Maven Local Cache
|
232 | 232 |
|
233 | 233 | with:
|
234 |
| - path: ~/.m2/repository |
| 234 | + path: ~/.m2/repository/org/opensearch/ |
235 | 235 | key: maven-local-${{ github.run_id }}
|
236 | 236 | restore-keys: |
|
237 | 237 | maven-local-
|
@@ -274,7 +274,7 @@ jobs:
|
274 | 274 | - name: Restore Maven Local Cache
|
275 | 275 |
|
276 | 276 | with:
|
277 |
| - path: ~/.m2/repository |
| 277 | + path: ~/.m2/repository/org/opensearch/ |
278 | 278 | key: maven-local-${{ github.run_id }}
|
279 | 279 | restore-keys: |
|
280 | 280 | maven-local-
|
|
0 commit comments