mirror of https://github.com/certd/certd
chore:
parent
9933afc8b7
commit
9910a4fc7b
|
@ -49,7 +49,7 @@ async function sync() {
|
|||
data: {}
|
||||
})
|
||||
console.log(`sync success:${pkg}`)
|
||||
await sleep(1000)
|
||||
await sleep(10000)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,7 @@ async function sleep(time) {
|
|||
}
|
||||
|
||||
async function triggerBuild() {
|
||||
await sleep(60000)
|
||||
for (const webhook of webhooks) {
|
||||
await http({
|
||||
url: webhook,
|
||||
|
|
Loading…
Reference in New Issue