mirror of https://github.com/certd/certd
fix: 修复证书流水线创建失败的bug
parent
abcd257db0
commit
736fe038eb
|
@ -52,7 +52,7 @@ export function useCertd(certdFormRef: any) {
|
|||
await checkPipelineLimit();
|
||||
|
||||
certdFormRef.value.open(async ({ form }: any) => {
|
||||
const certDetail = readCertDetail(form.cert.crt);
|
||||
// const certDetail = readCertDetail(form.cert.crt);
|
||||
// 添加certd pipeline
|
||||
const triggers = [];
|
||||
if (form.triggerCron) {
|
||||
|
|
Loading…
Reference in New Issue