Skip to content

Commit

Permalink
revert proto changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Mar 27, 2020
1 parent db39408 commit a495e7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
15 changes: 14 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executors:
AWS_REGION: us-east-1
protoc:
docker:
- image: bufbuild/buf
- image: tendermintdev/docker-protoc

commands:
make:
Expand Down Expand Up @@ -77,6 +77,16 @@ jobs:
paths:
- ".git"

proto:
executor: protoc
steps:
- make:
target: protoc-gen-gocosmos
description: "Generate go plugin for protoc"
- make:
target: proto-gen proto-lint proto-check-breaking
description: "Lint and verify Protocol Buffer definitions"

test-sim-multi-seed-long:
executor: golang
steps:
Expand Down Expand Up @@ -172,6 +182,9 @@ workflows:
- test-cover:
requires:
- setup-dependencies
- proto:
requires:
- setup-dependencies
- upload-coverage:
requires:
- test-cover
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/proto.yml

This file was deleted.

0 comments on commit a495e7d

Please sign in to comment.