chore: mv libs

This commit is contained in:
xiaojunnuo
2024-07-19 18:08:51 +08:00
parent 54a27c1840
commit 21e6eef1d3
3 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ async function triggerBuild() {
}
})
console.log(`webhook success:${webhook}`)
await sleep(10*60*1000)
await sleep(30*60*1000)
}
}
@@ -87,7 +87,7 @@ async function triggerBuild() {
async function start() {
// await build()
console.log("等待60秒")
await sleep(1* 1000)
await sleep(100* 1000)
await sync()
await sleep(100 * 1000)
await triggerBuild()