Skip to content

Commit

Permalink
Update build_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored May 10, 2024
1 parent 6355e41 commit f5a0ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/build_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def main():

s3_helper = S3Helper()

version = get_version_from_repo(git=Git(True))
version = "v23.8.11.29.altinitystable"
release_or_pr, performance_pr = get_release_or_pr(pr_info, version)

s3_path_prefix = "/".join((release_or_pr, pr_info.sha, build_name))
Expand Down

0 comments on commit f5a0ec9

Please sign in to comment.