Skip to content

Commit

Permalink
Merge pull request #315 from buildkite/fix-dupe-env-var
Browse files Browse the repository at this point in the history
Remove duplicate BUILDKITE_PLUGINS_PATH
  • Loading branch information
DrJosh9000 authored May 22, 2024
2 parents 1c653d4 + 8889105 commit fcf9085
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/controller/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ func (w *jobWrapper) Build(skipCheckout bool) (*batchv1.Job, error) {
Name: "BUILDKITE_AGENT_NAME",
Value: "buildkite",
},
{
Name: "BUILDKITE_PLUGINS_PATH",
Value: "/tmp",
},
{
Name: clicommand.RedactedVars.EnvVar,
Value: strings.Join(redactedVars, ","),
Expand Down

0 comments on commit fcf9085

Please sign in to comment.