Skip to content

Commit

Permalink
Change structure of semver check folders
Browse files Browse the repository at this point in the history
  • Loading branch information
landonxjames committed Dec 5, 2024
1 parent 1784522 commit a89d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci-scripts/codegen-diff/semver-checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main(skip_generation=False):

if not skip_generation:
checkout_commit_and_generate(head_commit_sha, CURRENT_BRANCH, targets=['aws:sdk'])
checkout_commit_and_generate(base_commit_sha, BASE_BRANCH, targets=['aws:sdk'], preserve_aws_sdk_build=True)
checkout_commit_and_generate(base_commit_sha, BASE_BRANCH, targets=['aws:sdk'], preserve_aws_sdk_build=False)
get_cmd_output(f'git checkout {CURRENT_BRANCH}')
sdk_directory = os.path.join(OUTPUT_PATH, 'aws-sdk', 'sdk')
os.chdir(sdk_directory)
Expand Down

0 comments on commit a89d950

Please sign in to comment.