mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the path to where package downloads should go
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
7130a6d4aa
commit
4e1ac179e2
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ def download_pkgs_artifact(
|
|||
ctx.error(f"We do not build packages for {slug}")
|
||||
return ExitCode.FAIL
|
||||
|
||||
artifacts_path = tools.utils.REPO_ROOT / "pkg" / "artifacts"
|
||||
artifacts_path = tools.utils.REPO_ROOT / "artifacts" / "pkg"
|
||||
artifacts_path.mkdir(exist_ok=True)
|
||||
|
||||
ctx.info(
|
||||
|
|
Loading…
Add table
Reference in a new issue