From 761b7d6bb2f4f1801c98bdc02948274d516a37d9 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Mon, 8 Jul 2024 21:29:24 +0000 Subject: [PATCH] consistent comments --- .kokoro/presubmit/downstream-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.kokoro/presubmit/downstream-build.sh b/.kokoro/presubmit/downstream-build.sh index bb9edfb9..3ca932fc 100755 --- a/.kokoro/presubmit/downstream-build.sh +++ b/.kokoro/presubmit/downstream-build.sh @@ -53,7 +53,7 @@ pushd sdk-platform-java/showcase/gapic-showcase SHOWCASE_VERSION=$(mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout) popd -### Start showcase server +# Start showcase server mkdir -p /usr/src/showcase curl --location https://github.com/googleapis/gapic-showcase/releases/download/v"${SHOWCASE_VERSION}"/gapic-showcase-"${SHOWCASE_VERSION}"-linux-amd64.tar.gz --output /usr/src/showcase/showcase-"${SHOWCASE_VERSION}"-linux-amd64.tar.gz pushd /usr/src/showcase/ @@ -61,6 +61,7 @@ tar -xf showcase-* ./gapic-showcase run & popd +# Run showcase tests with `native` profile pushd sdk-platform-java/showcase mvn test -Pnative,-showcase -Denforcer.skip=true -ntp -B popd