We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e6a09 commit 113751cCopy full SHA for 113751c
dkron.yaml
@@ -35,7 +35,7 @@ pipeline:
35
- name: Generate protobuf files
36
runs: |
37
# Generate protobuf files as per Makefile - protobuf-dev should provide Google well-known types
38
- protoc -I proto/ \
+ protoc -I proto/types/v1/ \
39
--go_out=types --go_opt=paths=source_relative \
40
--go-grpc_out=types --go-grpc_opt=paths=source_relative \
41
proto/*.proto
0 commit comments