From 72ceb5cc6c86557f8b103210442e8bc229aaa7ef Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Fri, 27 Mar 2020 15:42:27 +0100 Subject: [PATCH] remove make from proto --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e65eff6ab..1d67adbdb1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -79,8 +79,10 @@ jobs: proto: executor: protoc steps: - - make: - target: proto-gen proto-lint proto-check-breaking + - checkout + - run: + name: proto check + command: make proto-lint && make proto-check-breaking description: "Lint and verify Protocol Buffer definitions" test-sim-multi-seed-long: @@ -165,9 +167,7 @@ workflows: tags: only: - /^v.*/ - - proto: - requires: - - setup-dependencies + - proto - test-sim-multi-seed-long: requires: - setup-dependencies