Skip to content

Commit

Permalink
Refine circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jan 18, 2019
1 parent d3c1201 commit 8cea1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
steps:
- checkout
- restore_cache:
key: go-pkg
key: go-pkg-{{ checksum "go.sum" }}
- run: ./build-release.sh
- save_cache:
paths:
- /go/pkg
key: go-pkg
key: go-pkg-{{ checksum "go.sum" }}
- store_artifacts:
path: bin
destination: bin

0 comments on commit 8cea1a3

Please sign in to comment.