File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,19 +55,17 @@ jobs:
5555 cache : maven
5656 - name : Install the modules of sdk-platform-java
5757 shell : bash
58- working-directory : google-cloud-java/sdk-platform-java
59- run : |
60- set -euo pipefail
61- # gapic-generator-java is irrelevant
62- mvn -q -B -ntp install \
63- -Dcheckstyle.skip -Dfmt.skip -DskipTests -T 1C
58+ run : .kokoro/build.sh
59+ env :
60+ BUILD_SUBDIR : sdk-platform-java
61+ JOB_TYPE : install
62+ working-directory : google-cloud-java
6463 - name : Build unmanaged dependency check
6564 shell : bash
6665 working-directory : google-cloud-java/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check
6766 run : |
6867 set -euo pipefail
6968 pwd
70- pwd
7169 echo "Install Unmanaged Dependency Check in $(pwd)"
7270 mvn clean install -V --batch-mode --no-transfer-progress -DskipTests
7371 - name : Install the modules of the downstream repository
You can’t perform that action at this time.
0 commit comments