fix #134 - support 'env' context in steps
This commit is contained in:
@@ -193,6 +193,8 @@ func (rc *RunContext) newStepExecutor(step *model.Step) common.Executor {
|
||||
Success: true,
|
||||
Outputs: make(map[string]string),
|
||||
}
|
||||
|
||||
sc.setupEnv()(ctx)
|
||||
rc.ExprEval = sc.NewExpressionEvaluator()
|
||||
|
||||
if !rc.EvalBool(sc.Step.If) {
|
||||
|
Reference in New Issue
Block a user