mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Try resolving the salt archive name to resolve the macos issue
This commit is contained in:
parent
00e73da68a
commit
9d80605623
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ def salt_onedir(
|
|||
assert platform is not None
|
||||
assert package_name is not None
|
||||
|
||||
salt_archive = pathlib.Path(salt_name)
|
||||
salt_archive = pathlib.Path(salt_name).resolve()
|
||||
onedir_env = pathlib.Path("artifacts", package_name)
|
||||
_check_pkg_build_files_exist(ctx, onedir_env=onedir_env, salt_archive=salt_archive)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue