mirror of
https://github.com/certd/certd.git
synced 2026-04-26 22:07:29 +08:00
chore: mv libs
This commit is contained in:
@@ -79,7 +79,7 @@ async function triggerBuild() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log(`webhook success:${webhook}`)
|
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() {
|
async function start() {
|
||||||
// await build()
|
// await build()
|
||||||
console.log("等待60秒")
|
console.log("等待60秒")
|
||||||
await sleep(1* 1000)
|
await sleep(100* 1000)
|
||||||
await sync()
|
await sync()
|
||||||
await sleep(100 * 1000)
|
await sleep(100 * 1000)
|
||||||
await triggerBuild()
|
await triggerBuild()
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@certd/lib-k8s",
|
"name": "@certd/lib-k8s",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "1.22.0",
|
"version": "1.22.0-1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dns": "^0.2.2",
|
"shelljs": "^0.8.5",
|
||||||
"kubernetes-client": "^9.0.0"
|
"kubernetes-client": "^9.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"@alicloud/pop-core": "^1.7.10",
|
"@alicloud/pop-core": "^1.7.10",
|
||||||
"@certd/acme-client": "^1.22.0",
|
"@certd/acme-client": "^1.22.0",
|
||||||
"@certd/lib-huawei": "^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/midway-flyway-js": "^1.22.0",
|
||||||
"@certd/pipeline": "^1.22.0",
|
"@certd/pipeline": "^1.22.0",
|
||||||
"@certd/plugin-cert": "^1.22.0",
|
"@certd/plugin-cert": "^1.22.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user