mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Update tools/ci.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
c16434074f
commit
7b24b91450
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ def pkg_matrix(
|
|||
prefix.replace("/arm64/", "/aarch64/")
|
||||
# Using a paginator allows us to list recursively and avoid the item limit
|
||||
page_iterator = paginator.paginate(
|
||||
Bucket="salt-project-prod-salt-artifacts-release", Prefix=prefix
|
||||
Bucket=f"salt-project-{tools.utils.SPB_ENVIRONMENT}-salt-artifacts-release", Prefix=prefix
|
||||
)
|
||||
# Uses a jmespath expression to test if the wanted version is in any of the filenames
|
||||
key_filter = f"Contents[?contains(Key, '{version}')][]"
|
||||
|
|
Loading…
Add table
Reference in a new issue