CircleCI: fix typos (save_cache and restore_cache not identical)

This commit is contained in:
tlaurion 2020-06-07 21:57:20 -04:00 committed by Thierry Laurion
commit 53071ce183
No known key found for this signature in database
GPG Key ID: E7B4A71658E36A93

View File

@ -116,7 +116,6 @@ jobs:
- store-artifacts:
path: build/x230
- run:
name: x230-hotp-verification
command: |
@ -154,7 +153,7 @@ jobs:
path: build/qemu-coreboot
- save_cache:
key: heads-{{ .CIRCLE_PROJECT_USERNAME }}{{ .Environment.CACHE_VERSION }}
key: heads-{{ .Environment.CIRCLE_USERNAME }}-{{ .Environment.CACHE_VERSION }}
paths:
- packages
- crossgcc