From 98e3f3ed5ba373441cfe1e8875b2a433564ab446 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 3 Feb 2022 21:07:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/build.sh | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 208842d2..770351b4 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -103,30 +103,6 @@ samples) echo "no sample pom.xml found - skipping sample tests" fi ;; -tutorials-samples) - SAMPLES_DIR=samples/interactive-tutorials - - if [[ -f ${SAMPLES_DIR}/pom.xml ]] - then - for FILE in ${KOKORO_GFILE_DIR}/secret_manager/*-samples-secrets; do - [[ -f "$FILE" ]] || continue - source "$FILE" - done - - pushd ${SAMPLES_DIR} - mvn -B \ - -ntp \ - -DtrimStackTrace=false \ - -Dclirr.skip=true \ - -Denforcer.skip=true \ - -fae \ - verify - RETURN_CODE=$? - popd - else - echo "no interactive-tutorials pom.xml found - skipping interactive-tutorials tests" - fi - ;; clirr) mvn -B -ntp -Denforcer.skip=true clirr:check RETURN_CODE=$?