Skip to content

Commit

Permalink
Removes old code induced because of the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Markcial authored and hackercat committed Dec 3, 2021
1 parent ee4dd03 commit ac87ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/runner/run_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ func (rc *RunContext) startJobContainer() common.Executor {
envList = append(envList, fmt.Sprintf("%s=%s", "RUNNER_TEMP", "/tmp"))

binds, mounts := rc.GetBindsAndMounts()

// add service containers
for name, spec := range rc.Run.Job().Services {
mergedEnv := envList
Expand Down

0 comments on commit ac87ace

Please sign in to comment.