Skip to content

Commit 113751c

Browse files
committed
fix proto path
Signed-off-by: Dentrax <16493751+Dentrax@users.noreply.github.com>
1 parent f4e6a09 commit 113751c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dkron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pipeline:
3535
- name: Generate protobuf files
3636
runs: |
3737
# Generate protobuf files as per Makefile - protobuf-dev should provide Google well-known types
38-
protoc -I proto/ \
38+
protoc -I proto/types/v1/ \
3939
--go_out=types --go_opt=paths=source_relative \
4040
--go-grpc_out=types --go-grpc_opt=paths=source_relative \
4141
proto/*.proto

0 commit comments

Comments
 (0)