mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
update cache path in circleci
This commit is contained in:
parent
f0e19690f5
commit
4d745fa525
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- pkg-cache-{{ checksum "Gopkg.lock" }}
|
||||
- pkg-cache-{{ checksum "Gopkg.lock" }}-v1
|
||||
- run:
|
||||
name: Run gofmt -s
|
||||
command: |
|
||||
|
|
@ -31,9 +31,9 @@ jobs:
|
|||
command: |
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
- save_cache:
|
||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}
|
||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v1
|
||||
paths:
|
||||
- "/go/pkg"
|
||||
- ~/.cache/go-build
|
||||
|
||||
release:
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Reference in a new issue