Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Allow BUILDKITE_BRANCH in containers
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 19, 2018
1 parent 9040d00 commit 75997e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ARGS+=(--user "$(id -u):$(id -g)")

# Environment variables to propagate into the container
ARGS+=(
--env BUILDKITE_BRANCH
--env BUILDKITE_TAG
--env CODECOV_TOKEN
--env CRATES_IO_TOKEN
Expand Down

0 comments on commit 75997e6

Please sign in to comment.