Commit 54ade7d
committed
git-artifacts: DRY up the package cache key
When caching the built package, a key is used that is constructed from
the Git version, the architecture and the `tag-git` run ID.
To make it easier to override this key, define it only once.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 7c8cb2e commit 54ade7d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
206 | | - | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
321 | 322 | | |
322 | 323 | | |
323 | 324 | | |
324 | | - | |
| 325 | + | |
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| |||
0 commit comments