Update aspnetcore interop scripts to use activate.sh

pull/18844/head
John Luo 6 years ago committed by Jan Tattermusch
parent 5ceccb1419
commit 995b014904
  1. 5
      templates/tools/dockerfile/interoptest/grpc_interop_aspnetcore/build_interop.sh.template
  2. 5
      tools/dockerfile/interoptest/grpc_interop_aspnetcore/build_interop.sh

@ -28,10 +28,7 @@
# If needed, update dotnet SDK and put it on path
./build/get-dotnet.sh
if [ -f $HOME/.dotnet/dotnet ]
then
ln -s $HOME/.dotnet/dotnet /usr/local/bin/dotnet
fi
source ./activate.sh
./build/get-grpc.sh

@ -26,10 +26,7 @@ cd /var/local/git/grpc-dotnet
# If needed, update dotnet SDK and put it on path
./build/get-dotnet.sh
if [ -f $HOME/.dotnet/dotnet ]
then
ln -s $HOME/.dotnet/dotnet /usr/local/bin/dotnet
fi
source ./activate.sh
./build/get-grpc.sh

Loading…
Cancel
Save