Skip to content

Commit

Permalink
update circleci v16
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Oct 25, 2019
1 parent 15e80c7 commit c0be0a7
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 @@ -11,6 +11,7 @@ jobs:
parallelism: 1
steps:
- checkout
- run: cat go.sum
- restore_cache:
keys:
- go-mod-v4-{{ checksum "go.sum" }}
Expand All @@ -25,7 +26,6 @@ jobs:
- run:
name: install fileb0x
command: |
ls -al
go get -u -v github.com/UnnoTed/fileb0x
go install github.com/UnnoTed/fileb0x
Expand All @@ -49,8 +49,8 @@ jobs:
export GO_VERSION="$(go version)"
export BUILT_BY="$(whoami)@$(hostname)"
goreleaser release --skip-validate --skip-sign --debug
ls -al
- run: cat go.sum
- save_cache:
key: go-mod-v4-{{ checksum "go.sum" }}
paths:
Expand Down

0 comments on commit c0be0a7

Please sign in to comment.