Flow environment variable into run-build (#12637)

This commit is contained in:
Michael Simons 2021-11-10 18:14:49 -06:00 committed by GitHub
parent c0af1d694a
commit 28afaeb89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,5 +55,5 @@ if [ ! -z "$BUILD_IN_DOCKER" ]; then
else
# Run under sudo so we can set ulimit
# See https://github.com/dotnet/core-eng/issues/14808
sudo $DIR/run-build.sh $args
sudo -E $DIR/run-build.sh $args
fi