mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore:
This commit is contained in:
@@ -49,7 +49,7 @@ async function sync() {
|
|||||||
data: {}
|
data: {}
|
||||||
})
|
})
|
||||||
console.log(`sync success:${pkg}`)
|
console.log(`sync success:${pkg}`)
|
||||||
await sleep(1000)
|
await sleep(10000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,6 +65,7 @@ async function sleep(time) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function triggerBuild() {
|
async function triggerBuild() {
|
||||||
|
await sleep(60000)
|
||||||
for (const webhook of webhooks) {
|
for (const webhook of webhooks) {
|
||||||
await http({
|
await http({
|
||||||
url: webhook,
|
url: webhook,
|
||||||
|
|||||||
Reference in New Issue
Block a user