Skip to content

Commit 57478f4

Browse files
committed
chore: update sample cloudbuild file
1 parent 1c7e367 commit 57478f4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cl/cloudbuild.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
steps:
2+
- id: ping-google
3+
name: alpine:3.10
4+
entrypoint: ping
5+
args:
6+
- -c
7+
- "4"
8+
- google.com

0 commit comments

Comments
 (0)