We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79988b2 commit 37e5e19Copy full SHA for 37e5e19
.cloudbuild/samples_build.yaml
@@ -22,6 +22,7 @@ steps:
22
- 'JOB_TYPE=samples'
23
- 'GOOGLE_CLOUD_PROJECT=cloud-java-ci-sample'
24
- 'BIGTABLE_TESTING_INSTANCE=instance'
25
+ - 'KOKORO_GITHUB_PULL_REQUEST_NUMBER=$_PR_NUMBER'
26
- name: gcr.io/cloud-devrel-public-resources/java8
27
entrypoint: echo
28
args: [
@@ -30,5 +31,3 @@ steps:
30
31
timeout: 3600s
32
options:
33
defaultLogsBucketBehavior: REGIONAL_USER_OWNED_BUCKET
-
34
0 commit comments