Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 3785902

Browse files
committed
Forward the CI environment variable when running in Docker
We want to be able to adjust our configuration based on whether we are running in CI, propagate this so our tests can use it.
1 parent 766e21c commit 3785902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run-docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ run() {
2828
docker run \
2929
--rm \
3030
--user "$(id -u):$(id -g)" \
31+
-e CI \
3132
-e RUSTFLAGS \
3233
-e CARGO_HOME=/cargo \
3334
-e CARGO_TARGET_DIR=/target \

0 commit comments

Comments
 (0)