Flow environment variable into run-build (#12637)
This commit is contained in:
parent
c0af1d694a
commit
28afaeb89a
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue