Skip to content

Commit 5123e35

Browse files
committed
Add test cases for cloudbuild
1 parent 6524183 commit 5123e35

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty
2+
{}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
steps:
2+
- name: 'gcr.io/cloud-builders/docker'
3+
entrypoint: "/bin/bash"
4+
args: ['-c', '"echo hello"']

0 commit comments

Comments
 (0)