Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 6277476

Browse files
authored
ci: prepare sample build in CloudBuild (#1921)
1 parent 3093836 commit 6277476

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.cloudbuild/samples_build.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
steps:
2+
- name: gcr.io/cloud-devrel-kokoro-resources/java8
3+
entrypoint: ls
4+
args: [
5+
'-alt',
6+
]
7+
- name: gcr.io/cloud-devrel-kokoro-resources/java8
8+
entrypoint: pwd
9+
- name: gcr.io/cloud-devrel-kokoro-resources/java8
10+
entrypoint: bash
11+
args: [
12+
'./kokoro/build.sh'
13+
]
14+
env:
15+
- 'JOB_TYPE=samples'
16+
17+
timeout: 300m

0 commit comments

Comments
 (0)