We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0e392 commit f7cf20fCopy full SHA for f7cf20f
internal/batches/executor/executor.go
@@ -69,8 +69,7 @@ type Task struct {
69
// If Path is "" then this setting has no effect.
70
OnlyFetchWorkspace bool
71
72
- Steps []batches.Step
73
- Outputs map[string]interface{}
+ Steps []batches.Step
74
75
// TODO(mrnugget): this should just be a single BatchSpec field instead, if
76
// we can make it work with caching
0 commit comments