From f970bec5863866abba44aa3598fea318d95f0ef5 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 17 Feb 2026 05:40:16 +0100 Subject: [PATCH] upload-to-storage: do not upload the content store it's pretty much unnecessary for the storage use case and wouldn't work very well anyway what with each upload having a different path --- upload-to-storage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/upload-to-storage.sh b/upload-to-storage.sh index fe6465a..220b4ef 100755 --- a/upload-to-storage.sh +++ b/upload-to-storage.sh @@ -4,6 +4,8 @@ set -eu +# Do not blow the lid off the storage for now. Reset the tree and only publish a select few files +rm -rf upload-tree if [ ! -d upload-tree ]; then mkdir upload-tree for f in *.raw *.erofs *.efi; do