Skip to content

Commit

Permalink
🦉 Updates from OwlBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored and t-karasova committed Feb 9, 2022
1 parent 4abf9e2 commit 98e3f3e
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .kokoro/build.sh
Expand Up @@ -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=$?
Expand Down

0 comments on commit 98e3f3e

Please sign in to comment.