Remove tools from CI
This commit is contained in:
@@ -49,10 +49,6 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: "Git garbage collection"
|
name: "Git garbage collection"
|
||||||
command: git gc
|
command: git gc
|
||||||
- run:
|
|
||||||
name: "Build tools binaries"
|
|
||||||
command: |
|
|
||||||
make tools
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: "Save go modules cache"
|
name: "Save go modules cache"
|
||||||
key: go-mod-v1-{{ checksum "go.sum" }}
|
key: go-mod-v1-{{ checksum "go.sum" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user