Skip to content

Commit

Permalink
feat(templates): update
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Oct 21, 2024
1 parent caed0de commit 570bea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
rm -rf simplerpc-goctl
jzero new simplerpc-goctl --branch rpc-goctl
cd simplerpc-goctl
jzero gen --home ~/.jzero/templates/rpc-goctl --debug
jzero gen
jzero gen zrpcclient
jzero gen swagger
go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion app/.jzero.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gen:
branch: rpc-goctl
home: ~/.jzero/templates/rpc-goctl

0 comments on commit 570bea1

Please sign in to comment.