Skip to content

Commit

Permalink
fixup! Improve S3Helper url handling, ArtifactsHelper local artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Sep 12, 2023
1 parent 7575705 commit 63a54e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ci/artifacts_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(
self._commit = commit
assert SHA_REGEXP.match(self.commit)
self.temp_path = ARTIFACTS_PATH
self.temp_path.mkdir(parents=True, exist_ok=True)
self.s3_helper = s3_helper
# The s3 prefix is done with trailing slash!
self._s3_prefix = op.join(s3_prefix, self.commit, "")
Expand Down

0 comments on commit 63a54e9

Please sign in to comment.