mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Any files starting with a dot(.
) are not release files
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
1cde51d7ee
commit
f7d8cc0c46
1 changed files with 2 additions and 0 deletions
|
@ -1297,6 +1297,8 @@ def github(
|
|||
break
|
||||
for entry in contents:
|
||||
entry_path = pathlib.Path(entry["Key"])
|
||||
if entry_path.name.startswith("."):
|
||||
continue
|
||||
release_artifacts_listing[entry_path] = entry["Size"]
|
||||
if not ret["IsTruncated"]:
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue