File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
sdk-platform-java/.kokoro/presubmit Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3232 matrix :
3333 repo :
3434 - java-bigtable
35- - java-bigquery
3635 - java-firestore
3736 - java-pubsub
3837 - java-pubsublite
39- - java-spanner-jdbc
40- - java-spanner
41- - java-storage
42- - java-storage-nio
4338 steps :
4439 - uses : actions/checkout@v3
4540 - uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 2424
2525# Get the directory of the build script
2626scriptDir=$( realpath " $( dirname " ${BASH_SOURCE[0]} " ) " )
27- cd " ${scriptDir} /../.." # cd to the root of this repo
27+ cd " ${scriptDir} /../../.. " # cd to the root of this repo
2828source " $scriptDir /common.sh"
29+ source " .kokoro/common.sh"
2930
3031setup_maven_mirror
3132
32- install_repo_modules ' !gapic-generator-java'
33+ install_modules " sdk-platform-java"
34+ cd sdk-platform-java
35+
3336SHARED_DEPS_VERSION=$( parse_pom_version java-shared-dependencies)
3437echo " Install complete. java-shared-dependencies = $SHARED_DEPS_VERSION "
3538
You can’t perform that action at this time.
0 commit comments