Skip to content

Commit

Permalink
Merge branch 'ydb-platform:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcecd authored Mar 15, 2024
2 parents 6473fb2 + fc0fbff commit 3b3f954
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 305 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ proto: clean protobuf
clean:
rm -rf draft protos Ydb_*

protobuf:
docker:
docker build -f generate-protobuf.Dockerfile . -t ydb-go-sdk-proto-generator-env

protobuf: docker
docker run -v ${PWD}:/project -it ydb-go-sdk-proto-generator-env:latest bash ./generate_proto.sh
Loading

0 comments on commit 3b3f954

Please sign in to comment.