Skip to content

Commit d73c75a

Browse files
committed
ci: skip heavy checks in Release Please SNAPSHOT pull requests
b/370011322
1 parent 7224f19 commit d73c75a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.kokoro/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ source ${scriptDir}/common.sh
2727
mkdir -p ${HOME}/.m2
2828
cp settings.xml ${HOME}/.m2
2929

30+
echo "Environment variables:"
31+
printenv
32+
33+
echo "-------------------"
34+
3035
setup_application_credentials
3136

3237
if [ -f "${KOKORO_GFILE_DIR}/secret_manager/java-bigqueryconnection-samples-secrets" ]; then

0 commit comments

Comments
 (0)