From ba6c5606104d11bb93616847b337b38a00ebac91 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:57:32 -0500 Subject: [PATCH 1/2] Create test.py --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..718f4d2 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +t From 79cbe3f710e619d7c9edfc44d699e53c0cfa1680 Mon Sep 17 00:00:00 2001 From: Xinyu Sun <36331672+xinyusun1997@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:13:46 -0500 Subject: [PATCH 2/2] Create cloudbuild.yaml --- cloudbuild.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cloudbuild.yaml diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 0000000..c93a42d --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1,5 @@ +steps: + - name: bash + args: + - cat + - README.md