mirror of https://github.com/certd/certd
chore:
parent
6ed1e18c7d
commit
9187e87419
|
@ -214,10 +214,11 @@ export class Executor {
|
||||||
const value = this.runtime.context[contextKey];
|
const value = this.runtime.context[contextKey];
|
||||||
if (value == null) {
|
if (value == null) {
|
||||||
currentLogger.warn(`[step init] input ${define.title} is null,前置任务步骤输出值为空,请按如下步骤排查:`);
|
currentLogger.warn(`[step init] input ${define.title} is null,前置任务步骤输出值为空,请按如下步骤排查:`);
|
||||||
currentLogger.log(`1、检查前置任务(证书申请任务)是否是配置了成功后跳过,如果是请改为正常执行`);
|
currentLogger.log(`1、检查前置任务(证书申请任务)是否是配置了成功后跳过,如果是,请改为正常执行`);
|
||||||
currentLogger.log(
|
currentLogger.log(
|
||||||
`2、是否曾经删除过前置任务(证书申请任务),然后又重新添加了,如果是,请重新编辑当前任务,重新选择一下前置任务输出的参数(域名证书那一栏)`
|
`2、是否曾经删除过前置任务(证书申请任务),然后又重新添加了,如果是,请重新编辑当前任务,重新选择一下前置任务输出的参数(域名证书那一栏)`
|
||||||
);
|
);
|
||||||
|
currentLogger.log(`3、以上都不是,联系作者吧`);
|
||||||
}
|
}
|
||||||
step.input[key] = value;
|
step.input[key] = value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue