Skip to content

Commit

Permalink
(drone-372) use the modern docker runner for exec, upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TP Honey committed Jul 5, 2022
1 parent c992a25 commit cc8e407
Show file tree
Hide file tree
Showing 12 changed files with 686 additions and 675 deletions.
12 changes: 0 additions & 12 deletions drone/exec/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,3 @@ func prefixedEnviron(environ []string) map[string]string {
}
return envs
}

// helper function combines one or more maps of environment
// variables into a single map.
func combineEnviron(env ...map[string]string) map[string]string {
c := map[string]string{}
for _, e := range env {
for k, v := range e {
c[k] = v
}
}
return c
}
Loading

0 comments on commit cc8e407

Please sign in to comment.