Update plugins/scaffolder-backend/src/scaffolder/tasks/TaskWorker.ts
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
@@ -53,7 +53,7 @@ export class TaskWorker {
|
||||
);
|
||||
await fs.ensureDir(workspacePath);
|
||||
await task.emitLog(
|
||||
`Starting up work with ${task.spec.steps.length} steps`,
|
||||
`Starting up task with ${task.spec.steps.length} steps`,
|
||||
);
|
||||
|
||||
const templateCtx: {
|
||||
|
||||
Reference in New Issue
Block a user