diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 000000000..90329c3e0 --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1,3 @@ +steps: +- name: 'ubuntu' + args: ['echo', 'hello world'] \ No newline at end of file diff --git a/file b/file new file mode 100644 index 000000000..0839b2e94 --- /dev/null +++ b/file @@ -0,0 +1 @@ +contents \ No newline at end of file