Skip to content

Commit cf5f52f

Browse files
committed
fix server test paths for python and typescript
1 parent 3211d23 commit cf5f52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci-scripts/codegen-diff/diff_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}/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}/")
7474

7575
# Clean up the SDK directory
7676
get_cmd_output(f"rm -f {OUTPUT_PATH}/aws-sdk/versions.toml")

0 commit comments

Comments
 (0)