You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# update repo
scaraplate rollup go-project-template go-example-api
Continuing with the following context from the `go-example-api/.scaraplate.conf` file:
// ...
'use_proto': 'False',
!!! False
protoc --go_out=. proto/go_example_api.proto
Expected behavior:
make proto will not be called when updating
The text was updated successfully, but these errors were encountered:
rusdevops
changed the title
Reads Boolean variables incorrectly from .scaraplate.conf
Boolean variables from .scaraplate.conf incorrectly works
Mar 21, 2024
Makefile
hooks/post_gen_project.py
make proto is not called (good)
make proto is called (bad)
Expected behavior:
make proto will not be called when updating
Environment:
The text was updated successfully, but these errors were encountered: