mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
meh
This commit is contained in:
parent
4102174c7d
commit
cbc94c9b21
1 changed files with 1 additions and 1 deletions
|
@ -1567,7 +1567,7 @@ def workflow_config(
|
|||
from tools.precommit.workflows import TEST_SALT_PKG_LISTING
|
||||
|
||||
test_salt_pkg_listing = list(TEST_SALT_PKG_LISTING)
|
||||
jobs.update({_.slug: True for _ in test_salt_pkg_listing})
|
||||
jobs.update({_.slug: True for _ in test_salt_pkg_listing["linux"]})
|
||||
config["jobs"] = jobs
|
||||
ctx.info("Jobs selected are")
|
||||
for x, y in jobs.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue