Skip to content

Commit 75997e6

Browse files
committed
Allow BUILDKITE_BRANCH in containers
1 parent 9040d00 commit 75997e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker-run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ ARGS+=(--user "$(id -u):$(id -g)")
3737

3838
# Environment variables to propagate into the container
3939
ARGS+=(
40+
--env BUILDKITE_BRANCH
4041
--env BUILDKITE_TAG
4142
--env CODECOV_TOKEN
4243
--env CRATES_IO_TOKEN

0 commit comments

Comments
 (0)