Skip to content

Commit 51690fc

Browse files
committed
install dependencies for dependencies check
1 parent 5c5e205 commit 51690fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kokoro/dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export MAVEN_OPTS=$(determineMavenOpts)
5151

5252
if [[ -n "${BUILD_SUBDIR}" ]]
5353
then
54+
echo "Compiling and building all modules for ${BUILD_SUBDIR}"
55+
install_dependencies "${BUILD_SUBDIR}"
5456
echo "Running in subdir: ${BUILD_SUBDIR}"
5557
pushd "${BUILD_SUBDIR}"
5658
fi

0 commit comments

Comments
 (0)