Skip to content

Commit

Permalink
Flow environment variable into run-build (dotnet#12637)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSimons authored Nov 11, 2021
1 parent c0af1d6 commit 28afaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 28afaeb

Please sign in to comment.