Skip to content

Commit

Permalink
pipe: remove cache restoration in the release branch (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir authored Jul 25, 2020
1 parent 4ef6e3b commit b1644de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ jobs:
go get -u golang.org/x/lint/golint
go version
go env
- restore-cache:
keys:
- v2-modules-{{ .Branch }}-{{ checksum "go.sum" }}
- v2-modules-{{ .Branch }}-
- v2-modules-
- run:
name: release
command: |
Expand Down

0 comments on commit b1644de

Please sign in to comment.