chore: Add makefile

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu
2022-08-28 08:27:51 +08:00
committed by Jason Song
parent 3281c6637d
commit a3e9bbed25
3 changed files with 151 additions and 2 deletions

View File

@ -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)