Skip to content

Commit

Permalink
feat: inherit environment variables for execution plan shell script (#38
Browse files Browse the repository at this point in the history
)
  • Loading branch information
anoriqq authored Jul 22, 2022
1 parent d553496 commit 2e95f96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/aquifer/aquifer.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ func installAquifer(plan Plan) error {
}
}

c.Env = os.Environ()
c.Env = append(c.Env, envs.ToEnvSlice()...)

var stdout, stderr bytes.Buffer
Expand Down

0 comments on commit 2e95f96

Please sign in to comment.