Skip to content

Commit

Permalink
well crap.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Aug 21, 2020
1 parent bf9efa5 commit 4713d6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ jobs:
- checkout
- attach_workspace:
at: /tmp
- run:
name: go get
command: |
go get -v ./...
- goreleaser:
release-type: << parameters.release-type >>

Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
- go mod tidy
- go mod download
builds:
- env:
# goreleaser does not work with CGO, it could also complicate
Expand Down

0 comments on commit 4713d6d

Please sign in to comment.