mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
style(proto): ignore tmp-swagger-gen/**/*.swagger.json
This commit is contained in:
+7
-1
@@ -120,8 +120,14 @@ retry() {
|
||||
|
||||
# Initialize environment
|
||||
init_env() {
|
||||
local skip_binary_check="${1:-false}"
|
||||
|
||||
require_cmd jq
|
||||
ensure_binary
|
||||
|
||||
# Only check for binary if not skipping (allows Docker mode to be decided later)
|
||||
if [[ "$skip_binary_check" != "true" ]]; then
|
||||
ensure_binary
|
||||
fi
|
||||
|
||||
# Set up cleanup trap
|
||||
trap cleanup EXIT
|
||||
|
||||
Reference in New Issue
Block a user