mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-19 16:56:43 +00:00
Merge pull request #744 from tlaurion/CIs_reusable_cache_typo_fix
CircleCI: fix save_cache (save and restore were not identical)
This commit is contained in:
commit
3dbf1f5f39
@ -116,7 +116,6 @@ jobs:
|
|||||||
- store-artifacts:
|
- store-artifacts:
|
||||||
path: build/x230
|
path: build/x230
|
||||||
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: x230-hotp-verification
|
name: x230-hotp-verification
|
||||||
command: |
|
command: |
|
||||||
@ -154,7 +153,7 @@ jobs:
|
|||||||
path: build/qemu-coreboot
|
path: build/qemu-coreboot
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: heads-{{ .Environment.CIRCLE_USERNAME }}{{ .Environment.CACHE_VERSION }}
|
key: heads-{{ .Environment.CIRCLE_USERNAME }}-{{ .Environment.CACHE_VERSION }}
|
||||||
paths:
|
paths:
|
||||||
- packages
|
- packages
|
||||||
- crossgcc
|
- crossgcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user