feedback
This commit is contained in:
parent
23562d77c9
commit
5b36a90723
2
client/driver/env/env.go
vendored
2
client/driver/env/env.go
vendored
|
@ -287,7 +287,7 @@ func (t *TaskEnvironment) EnvMap() map[string]string {
|
|||
return m
|
||||
}
|
||||
|
||||
// EnvMap returns the environment variables that will be set as well as node
|
||||
// EnvMapAll returns the environment variables that will be set as well as node
|
||||
// meta/attrs in the map. This is appropriate for interpolation.
|
||||
func (t *TaskEnvironment) EnvMapAll() map[string]string {
|
||||
m := make(map[string]string, len(t.TaskEnv))
|
||||
|
|
Loading…
Reference in a new issue