Skip to content

Commit

Permalink
ci: prepare sample build in CloudBuild (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Feb 16, 2024
1 parent 3093836 commit 6277476
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .cloudbuild/samples_build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
steps:
- name: gcr.io/cloud-devrel-kokoro-resources/java8
entrypoint: ls
args: [
'-alt',
]
- name: gcr.io/cloud-devrel-kokoro-resources/java8
entrypoint: pwd
- name: gcr.io/cloud-devrel-kokoro-resources/java8
entrypoint: bash
args: [
'./kokoro/build.sh'
]
env:
- 'JOB_TYPE=samples'

timeout: 300m

0 comments on commit 6277476

Please sign in to comment.