Skip to content

Commit f7cf20f

Browse files
authored
Remove unused field on Task (#531)
Kelli asked me yesterday what this field is used for and... uhm. Guess *someone* left it there.
1 parent da0e392 commit f7cf20f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/batches/executor/executor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ type Task struct {
6969
// If Path is "" then this setting has no effect.
7070
OnlyFetchWorkspace bool
7171

72-
Steps []batches.Step
73-
Outputs map[string]interface{}
72+
Steps []batches.Step
7473

7574
// TODO(mrnugget): this should just be a single BatchSpec field instead, if
7675
// we can make it work with caching

0 commit comments

Comments
 (0)