Skip to content

Commit

Permalink
Also allow BUILDKITE env variable (#22)
Browse files Browse the repository at this point in the history
Spent a while debugging this for a third-party tool that wasn't recognizing buildkite.
  • Loading branch information
tgolsson authored Apr 6, 2021
1 parent aeacd9c commit bd36566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/job.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
local allowedEnvs = std.set(
[
'BUILDKITE',
'BUILDKITE_AGENT_ACCESS_TOKEN',
'BUILDKITE_JOB_ID',
'BUILDKITE_REPO',
Expand Down

0 comments on commit bd36566

Please sign in to comment.