Skip to content

Commit 3ac7885

Browse files
log install opts
1 parent 65c7ede commit 3ac7885

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.kokoro/build.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ if [[ -z "${DEPLOY_ENV}" ]]; then
4141
INSTALL_OPTS="-Pairlock-trusted"
4242
fi
4343

44+
echo ${INSTALL_OPTS}
45+
4446
# attempt to install 3 times with exponential backoff (starting with 10 seconds)
4547
retry_with_backoff 3 10 \
4648
mvn install -B -V -U -ntp \
@@ -101,7 +103,7 @@ javadoc)
101103
integration)
102104
mvn -B ${INTEGRATION_TEST_ARGS} \
103105
-ntp \
104-
-Penable-integration-tests,airlock-trusted \
106+
-Penable-integration-tests \
105107
-Djava.net.preferIPv4Stack=true \
106108
-DtrimStackTrace=false \
107109
-Dclirr.skip=true \
@@ -116,7 +118,7 @@ integration)
116118
integration-directpath-enabled)
117119
mvn -B ${INTEGRATION_TEST_ARGS} \
118120
-ntp \
119-
-Penable-integration-tests,airlock-trusted \
121+
-Penable-integration-tests \
120122
-Djava.net.preferIPv4Stack=true \
121123
-DtrimStackTrace=false \
122124
-Dclirr.skip=true \
@@ -131,7 +133,7 @@ integration-directpath-enabled)
131133
integration-multiplexed-sessions-enabled)
132134
mvn -B ${INTEGRATION_TEST_ARGS} \
133135
-ntp \
134-
-Penable-integration-tests,airlock-trusted \
136+
-Penable-integration-tests \
135137
-Djava.net.preferIPv4Stack=true \
136138
-DtrimStackTrace=false \
137139
-Dclirr.skip=true \

0 commit comments

Comments
 (0)