Skip to content

Commit 7319531

Browse files
author
Shawn Koonin
committed
add BUILDKITE_LABEL and BUILDKITE_AGENT_NAME env vars to VM
1 parent 139c184 commit 7319531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/hostmgr/commands/generate/GenerateBuildkiteJobScript.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ struct GenerateBuildkiteJobScript: ParsableCommand {
5959
"BUILDKITE_AGENT_DEBUG",
6060
"BUILDKITE_AGENT_PROFILE",
6161
"BUILDKITE_BOOTSTRAP_PHASES",
62+
"BUILDKITE_LABEL",
63+
"BUILDKITE_AGENT_NAME",
6264

6365
/// These ones aren't printed as part of the default list – we're copying them so that `bootstrap` works
6466
"BUILDKITE_AGENT_ACCESS_TOKEN",

0 commit comments

Comments
 (0)