mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update create.py
This commit is contained in:
parent
252e86518f
commit
bf1dda1212
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ def rpm(
|
|||
|
||||
if nightly_build_from:
|
||||
nightly_latest_repo_file_path = create_repo_path.parent / "nightly_latest.repo"
|
||||
_create_repo_file(nightly_latest_repo_file_path, "minor/nightly", "nightly")
|
||||
_create_repo_file(nightly_latest_repo_file_path, "minor/nightly", "latest")
|
||||
|
||||
nightly_link = create_repo_path.parent / "minor/nightly"
|
||||
ctx.info(f"Creating '{nightly_link.relative_to(repo_path)}' symlink ...")
|
||||
|
|
Loading…
Add table
Reference in a new issue