Remove more binary caching

This commit is contained in:
Ethan Frey
2020-07-24 22:10:36 +02:00
parent 37aa1156ed
commit 344e14b463

View File

@@ -59,14 +59,6 @@ jobs:
key: go-src-v1-{{ .Revision }}
paths:
- ".git"
- run:
command: |
mkdir -p /tmp/bin
cp -r /go/bin/* /tmp/bin
- persist_to_workspace:
root: "/tmp/bin"
paths:
- "."
test-cover:
executor: golang