test
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 9m18s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 17s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 27s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Failing after 18s

This commit is contained in:
2025-07-09 15:40:27 -07:00
parent 6250c51ca0
commit 78711121bb

View File

@@ -164,7 +164,6 @@ jobs:
if [[ $found -eq 0 ]]; then
missing_versions+=("$version")
fi
done
if [[ ${#missing_versions[@]} -gt 0 ]]; then
echo "[ERROR] Missing archives for: ${missing_versions[*]}"