mirror of
https://github.com/certd/certd.git
synced 2026-04-30 17:37:24 +08:00
fix: 修复证书流水线创建失败的bug
This commit is contained in:
@@ -52,7 +52,7 @@ export function useCertd(certdFormRef: any) {
|
|||||||
await checkPipelineLimit();
|
await checkPipelineLimit();
|
||||||
|
|
||||||
certdFormRef.value.open(async ({ form }: any) => {
|
certdFormRef.value.open(async ({ form }: any) => {
|
||||||
const certDetail = readCertDetail(form.cert.crt);
|
// const certDetail = readCertDetail(form.cert.crt);
|
||||||
// 添加certd pipeline
|
// 添加certd pipeline
|
||||||
const triggers = [];
|
const triggers = [];
|
||||||
if (form.triggerCron) {
|
if (form.triggerCron) {
|
||||||
|
|||||||
Reference in New Issue
Block a user