mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:38:24 +00:00
Add env vars to run step
This commit is contained in:
@@ -253,7 +253,9 @@ func NewServer(userConfig UserConfig, config Config) (*Server, error) {
|
||||
ApplyStepRunner: runtime.ApplyStepRunner{
|
||||
TerraformExecutor: terraformClient,
|
||||
},
|
||||
RunStepRunner: runtime.RunStepRunner{},
|
||||
RunStepRunner: runtime.RunStepRunner{
|
||||
DefaultTFVersion: defaultTfVersion,
|
||||
},
|
||||
PullApprovedChecker: vcsClient,
|
||||
WorkingDir: workingDir,
|
||||
Webhooks: webhooksManager,
|
||||
|
||||
Reference in New Issue
Block a user