File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ while [[ $# -gt 0 ]]; do
6060 FEATURE_BRANCH=" $2 "
6161 shift 2
6262 ;;
63- -t|--tmp-dir)
64- TMP_WORK_DIR=" $2 "
65- shift 2
66- ;;
6763 * )
6864 echo " Error: Unknown option '$1 '" >&2
6965 usage
@@ -83,15 +79,15 @@ git clone $A2A_SPEC_REPO spec_repo
8379cd spec_repo
8480
8581echo " Checking out the \" $A2A_SPEC_BRANCH \" branch..."
86- git checkout $A2A_SPEC_BRANCH
82+ git checkout " $A2A_SPEC_BRANCH "
8783
8884echo " Invoking the generate_types.sh script..."
8985GENERATED_FILE=" $ROOT_DIR /src/a2a/types.py"
9086$ROOT_DIR /scripts/generate_types.sh " $GENERATED_FILE " --input-file " $TMP_WORK_DIR /spec_repo/specification/json/a2a.json"
9187
9288
9389echo " Running buf generate..."
94- cd $ROOT_DIR
90+ cd " $ROOT_DIR "
9591buf generate
9692uv run " $ROOT_DIR /scripts/grpc_gen_post_processor.py"
9793
You can’t perform that action at this time.
0 commit comments