We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3a9d4 commit 73c4357Copy full SHA for 73c4357
.github/workflows/java-firestore-ci.yaml
@@ -129,6 +129,8 @@ jobs:
129
runs-on: ubuntu-latest
130
steps:
131
- uses: actions/checkout@v4
132
+ with:
133
+ fetch-depth: 0
134
- uses: actions/setup-java@v4
135
with:
136
distribution: temurin
@@ -137,3 +139,5 @@ jobs:
137
139
- run: .kokoro/build.sh
138
140
env:
141
JOB_TYPE: lint
142
+ HEAD_SHA: ${{ github.event.pull_request.head.sha }}
143
+ BASE_SHA: ${{ github.event.pull_request.base.sha }}
.kokoro/presubmit/firestore-integration.cfg
@@ -3,7 +3,7 @@
3
# Configure the docker image for kokoro-trampoline.
4
env_vars: {
5
key: "TRAMPOLINE_IMAGE"
6
- value: "gcr.io/cloud-devrel-kokoro-resources/java8"
+ value: "gcr.io/cloud-devrel-kokoro-resources/java11"
7
}
8
9
0 commit comments