From 2b04530c3744a407c7ee17d2141cbeaddc42c25f Mon Sep 17 00:00:00 2001 From: William French Date: Thu, 5 Mar 2026 10:31:42 -0800 Subject: [PATCH] Update copyright year and add legacy comment Updated copyright year from 2025 to 2026 and added legacy comment so we know this script works but is not used by any processes. Retaining for future use. --- samples/upload-to-bucket.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/samples/upload-to-bucket.sh b/samples/upload-to-bucket.sh index 2d8d5afd..526b1bfc 100755 --- a/samples/upload-to-bucket.sh +++ b/samples/upload-to-bucket.sh @@ -1,4 +1,4 @@ -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,6 +12,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# “Legacy: previously invoked from .github/workflows/release-please.yml. +# Removed when switching to release.yml/Firebase deploy. Kept for manual use. + # Copy contents of /dist to the Cloud Bucket. #!/bin/bash @@ -53,4 +56,4 @@ if (( ARCHIVE_COUNT > MAX_ARCHIVES )); then OLDEST_ARCHIVE="${ARCHIVES[((MAX_ARCHIVES))]}" # Get the oldest archive gcloud storage rm --recursive "$OLDEST_ARCHIVE" echo "Deleted oldest archive: $OLDEST_ARCHIVE" -fi \ No newline at end of file +fi