Skip to content

Commit

Permalink
Try to fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed Apr 28, 2020
1 parent fa4107e commit 0346508
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ jobs:
- image: circleci/golang:1.14
steps:
- checkout
- run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- run: go get -u github.com/gogo/protobuf/protoc-gen-gofast
- run: curl -sL https://git.io/goreleaser | bash

# Build website artifacts
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
before:
hooks:
- go mod download
- go generate ./...

builds:
- env:
Expand Down

0 comments on commit 0346508

Please sign in to comment.