1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00

Merge pull request #257 from antham/master

Increase circleci compile speed
This commit is contained in:
Jesse Duffield 2018-09-05 17:12:29 +10:00 committed by GitHub
commit c1bf1e52b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: