Skip to content

Commit d43051e

Browse files
author
Jarryd Tilbrook
authored
Mount agent job socket/token
1 parent 4151607 commit d43051e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

commands/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ if [[ -n "${BUILDKITE_AGENT_BINARY_PATH:-}" ]] ; then
309309
"-e" "BUILDKITE_JOB_ID"
310310
"-e" "BUILDKITE_BUILD_ID"
311311
"-e" "BUILDKITE_AGENT_ACCESS_TOKEN"
312+
"-e" "BUILDKITE_AGENT_JOB_API_SOCKET"
313+
"-e" "BUILDKITE_AGENT_JOB_API_TOKEN"
312314
"-v" "$BUILDKITE_AGENT_BINARY_PATH:/usr/bin/buildkite-agent"
313315
)
314316
fi

0 commit comments

Comments
 (0)