mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
circle : kill old cache
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- pkg-cache-{{ checksum "Gopkg.lock" }}-v2
|
- pkg-cache-{{ checksum "Gopkg.lock" }}-v3
|
||||||
- run:
|
- run:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
command: |
|
command: |
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v2
|
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v3
|
||||||
paths:
|
paths:
|
||||||
- ~/.cache/go-build
|
- ~/.cache/go-build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user