Skip to content

Commit

Permalink
Remove more binary caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Jul 24, 2020
1 parent 37aa115 commit 344e14b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 344e14b

Please sign in to comment.