fix: proto-breakage (#4506)

* fix: fix proto-breakage

- this is amed to fix proto breakage for consumers

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* fix for importing third_party everywhere

* undo change

* test breakage change

* test ssh

* test https

* change ssh to https

* fix phony
This commit is contained in:
mergify[bot]
2020-03-05 08:41:36 +00:00
committed by GitHub
parent 4936b23dae
commit 4c8e3c8145
7 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ for dir in $proto_dirs; do
-I. \
--gogo_out=Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,plugins=grpc,paths=source_relative:. \
$(find "${dir}" -name '*.proto')
done
done