Skip to content

Commit

Permalink
fix(makefile): remove residual comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <[email protected]>
  • Loading branch information
sandersms committed Dec 1, 2023
1 parent 8da5085 commit 47b4a09
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions network/opinetcommon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
all: buflint doc

buflint:
# buf lint
docker run --rm -v "${PWD}/../../common/v1":/common -v "${PWD}":/out -w /out bufbuild/buf lint

bufgen:
# buf generate --template ../../buf.gen.yaml -o v1alpha1
# buf generate does not work in docker since it relies on locally installed protoc to compile the proto files
docker run --rm -v "${PWD}/../../common/v1":/common -v "${PWD}/../..":/base -v "${PWD}":/out -w /out msandersdell/bufbuild-go-gen:1.1.0 generate --template /base/buf.gen.yaml -o v1alpha1

doc:
Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit 47b4a09

Please sign in to comment.