mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Exclude the nightly builds from the backup/restore process
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
6bcf8f7267
commit
eb118957fb
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ def _rclone(ctx: Context, src: str, dst: str):
|
|||
"--transfers=50",
|
||||
"--fast-list",
|
||||
"--verbose",
|
||||
"--exclude=salt-dev/*",
|
||||
]
|
||||
if src == tools.utils.RELEASE_BUCKET_NAME:
|
||||
cmdline.append("--s3-storage-class=INTELLIGENT_TIERING")
|
||||
|
|
Loading…
Add table
Reference in a new issue