Skip to content

Commit

Permalink
fix(tf): add git env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Dec 21, 2024
1 parent 518d6a3 commit 4cfd4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db_lib/TerraformApp.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func (t *TerraformApp) init(environmentVars []string, params *db.TerraformTaskPa
}

cmd := t.makeCmd(t.Name, args, environmentVars)
cmd.Env = append(cmd.Env, keyInstallation.GetGitEnv()...)
t.Logger.LogCmd(cmd)

t.Logger.AddLogListener(func(new time.Time, msg string) {
Expand Down

0 comments on commit 4cfd4d1

Please sign in to comment.