From ecc607526a6be80fd069a0c0cb7eeb304d4685bf Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas Date: Thu, 3 Oct 2024 00:43:01 -0700 Subject: [PATCH] ci: The relative path for the unit tests script has changed. --- .kokoro/daily-unit-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/daily-unit-tests.sh b/.kokoro/daily-unit-tests.sh index d168a8acbf..88f54e5c72 100644 --- a/.kokoro/daily-unit-tests.sh +++ b/.kokoro/daily-unit-tests.sh @@ -7,7 +7,7 @@ set -ex -cd ../.. +cd .. # To avoid printing the dotnet CLI welcome message export DOTNET_NOLOGO=true