diff --git a/.circleci/config.yml b/.circleci/config.yml index 45b32548..c597797d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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