chore: Add makefile
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
3281c6637d
commit
a3e9bbed25
3 changed files with 151 additions and 2 deletions
|
@ -134,7 +134,7 @@ func (t *Task) Run(ctx context.Context) error {
|
|||
|
||||
// build the plan for this run
|
||||
var plan *model.Plan
|
||||
var jobID = t.JobID
|
||||
jobID := t.JobID
|
||||
if jobID != "" {
|
||||
log.Debugf("Planning job: %s", jobID)
|
||||
plan = planner.PlanJob(jobID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue