From fadfdf32c37afe3bb8d663301a90df81459ab6b5 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Tue, 10 Oct 2023 15:01:56 -0700 Subject: [PATCH] Cloud Build: Put logs back in public bucket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I was using Cloud Build to run all the tests for myself, but forgot to add back in this section before committing 🤦🏻‍♂️. This is me putting it back, so it's back in a public bucket and reachable by everyone. --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 278669b592..49d9b4a8ac 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -106,4 +106,4 @@ substitutions: artifacts: images: - ${_REPOSITORY}quilkin -# logsBucket: "gs://quilkin-build-logs" +logsBucket: "gs://quilkin-build-logs"