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 1c7e367 commit 57478f4Copy full SHA for 57478f4
.cl/cloudbuild.yaml
@@ -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