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):
69
69
get_cmd_output (f"mv { target } /build/smithyprojections/{ target } { OUTPUT_PATH } /" )
70
70
if target == target_codegen_server :
71
71
get_cmd_output (f"./gradlew --rerun-tasks { target_codegen_server_python } :stubs" )
72
- get_cmd_output (f"mv { target } /python/build/smithyprojections/{ target } -python { OUTPUT_PATH } /" )
73
- get_cmd_output (f"mv { target } /typescript/build/smithyprojections/{ target } -typescript { OUTPUT_PATH } /" )
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 } /" )
74
74
75
75
# Clean up the SDK directory
76
76
get_cmd_output (f"rm -f { OUTPUT_PATH } /aws-sdk/versions.toml" )
You can’t perform that action at this time.
0 commit comments