chore: mv libs

pull/101/head
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()

View File

@ -1,7 +1,7 @@
{
"name": "@certd/lib-k8s",
"private": false,
"version": "1.22.0",
"version": "1.22.0-1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -13,7 +13,7 @@
"preview": "vite preview"
},
"dependencies": {
"dns": "^0.2.2",
"shelljs": "^0.8.5",
"kubernetes-client": "^9.0.0"
},
"devDependencies": {

View File

@ -22,7 +22,7 @@
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.22.0",
"@certd/lib-huawei": "^1.22.0",
"@certd/lib-k8s": "^1.22.0",
"@certd/lib-k8s": "^1.22.0-1",
"@certd/midway-flyway-js": "^1.22.0",
"@certd/pipeline": "^1.22.0",
"@certd/plugin-cert": "^1.22.0",