[Komodo] Commit Sync: update master_sync.toml
This commit is contained in:
@@ -716,23 +716,6 @@ await komodo.execute('GlobalAutoUpdate', {server: "unraid"});
|
||||
|
||||
##
|
||||
|
||||
[[action]]
|
||||
name = "Prune Images"
|
||||
[action.config]
|
||||
schedule = "Every Sunday at noon"
|
||||
schedule_timezone = "America/New_York"
|
||||
file_contents = """
|
||||
|
||||
|
||||
// Get Tag Id. The API should throw if it's not found, but we employ safety checks just in case
|
||||
|
||||
// Deploy all stacks, minus the excluded ones
|
||||
console.log('PruneImages');
|
||||
await komodo.execute('PruneImages', {server: "unraid"});
|
||||
"""
|
||||
|
||||
##
|
||||
|
||||
[[builder]]
|
||||
name = "local"
|
||||
[builder.config]
|
||||
|
||||
Reference in New Issue
Block a user