File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Phase 1:
1313 continue_on_failure: true
1414 inherit_environment: true
1515 run_parallel: true
16- AdditionalEnvironment :
16+ additional_environment :
1717 - MyEnviron1=Value1
1818 executor: ["sh", "-c"]
1919 steps:
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import (
66)
77
88type nodeData struct {
9- ContinueOnFailure bool `json:"continue_on_failure"`
10- InheritEnvironment bool `json:"inherit_environment"`
11- AdditionalEnvironment []string
12- RunParallel bool `json:"run_parallel"`
9+ ContinueOnFailure bool `json:"continue_on_failure"`
10+ InheritEnvironment bool `json:"inherit_environment"`
11+ AdditionalEnvironment []string `json:"additional_environment"`
12+ RunParallel bool `json:"run_parallel"`
1313 Executor []string
1414 Steps []nodeDataStep
1515}
You can’t perform that action at this time.
0 commit comments