From 3e54b6a69e8c9686153f59c9344ee3b614537b0f Mon Sep 17 00:00:00 2001 From: Meinhard Zhou Date: Thu, 16 Feb 2023 16:46:24 +0800 Subject: [PATCH] chore: support cloudbuild Signed-off-by: Meinhard Zhou --- cloudbuild.sh | 1 + cloudbuild.yaml | 1 + 2 files changed, 2 insertions(+) create mode 100644 cloudbuild.sh create mode 100644 cloudbuild.yaml diff --git a/cloudbuild.sh b/cloudbuild.sh new file mode 100644 index 0000000..94226bc --- /dev/null +++ b/cloudbuild.sh @@ -0,0 +1 @@ +release-tools/cloudbuild.sh \ No newline at end of file diff --git a/cloudbuild.yaml b/cloudbuild.yaml new file mode 100644 index 0000000..bee22c4 --- /dev/null +++ b/cloudbuild.yaml @@ -0,0 +1 @@ +release-tools/cloudbuild.yaml \ No newline at end of file