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 3093836 commit 6277476Copy full SHA for 6277476
1 file changed
.cloudbuild/samples_build.yaml
@@ -0,0 +1,17 @@
1
+steps:
2
+- name: gcr.io/cloud-devrel-kokoro-resources/java8
3
+ entrypoint: ls
4
+ args: [
5
+ '-alt',
6
+ ]
7
8
+ entrypoint: pwd
9
10
+ entrypoint: bash
11
12
+ './kokoro/build.sh'
13
14
+ env:
15
+ - 'JOB_TYPE=samples'
16
+
17
+timeout: 300m
0 commit comments