Remove more binary caching
This commit is contained in:
@@ -59,14 +59,6 @@ jobs:
|
|||||||
key: go-src-v1-{{ .Revision }}
|
key: go-src-v1-{{ .Revision }}
|
||||||
paths:
|
paths:
|
||||||
- ".git"
|
- ".git"
|
||||||
- run:
|
|
||||||
command: |
|
|
||||||
mkdir -p /tmp/bin
|
|
||||||
cp -r /go/bin/* /tmp/bin
|
|
||||||
- persist_to_workspace:
|
|
||||||
root: "/tmp/bin"
|
|
||||||
paths:
|
|
||||||
- "."
|
|
||||||
|
|
||||||
test-cover:
|
test-cover:
|
||||||
executor: golang
|
executor: golang
|
||||||
|
|||||||
Reference in New Issue
Block a user