File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/ci-scripts/codegen-diff Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ def generate_and_commit_generated_code(revision_sha, targets=None):
6969 get_cmd_output (f"mv { target } /build/smithyprojections/{ target } { OUTPUT_PATH } /" )
7070 if target == target_codegen_server :
7171 get_cmd_output (f"./gradlew --rerun-tasks { target_codegen_server_python } :stubs" )
72- get_cmd_output (f"mv { target } /codegen-server-python/build/smithyprojections/{ target } -python { OUTPUT_PATH } /" )
73- get_cmd_output (f"mv { target } /codegen-server-typescript/build/smithyprojections/{ target } -typescript { OUTPUT_PATH } /" )
72+ get_cmd_output (f"mv { target } /codegen-server-test- python/build/smithyprojections/{ target } -python { OUTPUT_PATH } /" )
73+ get_cmd_output (f"mv { target } /codegen-server-test- typescript/build/smithyprojections/{ target } -typescript { OUTPUT_PATH } /" )
7474
7575 # Clean up the SDK directory
7676 get_cmd_output (f"rm -f { OUTPUT_PATH } /aws-sdk/versions.toml" )
You can’t perform that action at this time.
0 commit comments