mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
a961565d33
commit
5db7ba8af8
1 changed files with 2 additions and 2 deletions
|
@ -820,7 +820,7 @@ def pkg_matrix(
|
|||
paginator = s3.get_paginator("list_objects_v2")
|
||||
_matrix = [
|
||||
{
|
||||
"test-chunk": "install",
|
||||
"tests-chunk": "install",
|
||||
"version": None,
|
||||
}
|
||||
]
|
||||
|
@ -856,7 +856,7 @@ def pkg_matrix(
|
|||
session += "-classic"
|
||||
_matrix.append(
|
||||
{
|
||||
"test-chunk": session,
|
||||
"tests-chunk": session,
|
||||
"version": str(version),
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue