mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-09-12 16:13:14 +08:00
feat: Include cron-sync-artifact in Stash configuration
This commit is contained in:
parent
6ea3575101
commit
4dcb9ae79e
@ -10,7 +10,18 @@ http:
|
|||||||
type: request
|
type: request
|
||||||
require-body: true
|
require-body: true
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
|
||||||
|
cron:
|
||||||
|
script:
|
||||||
|
- name: cron-sync-artifacts
|
||||||
|
cron: "0 0 * * *"
|
||||||
|
timeout: 120
|
||||||
|
|
||||||
script-providers:
|
script-providers:
|
||||||
sub-store:
|
sub-store:
|
||||||
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js
|
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store.min.js
|
||||||
interval: 86400
|
interval: 86400
|
||||||
|
|
||||||
|
cron-sync-artifacts:
|
||||||
|
url: https://github.com/sub-store-org/Sub-Store/releases/latest/download/cron-sync-artifacts.min.js
|
||||||
|
interval: 86400
|
Loading…
x
Reference in New Issue
Block a user