test
All checks were successful
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 11m17s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Successful in 2m0s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Successful in 2m58s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Successful in 1m55s

This commit is contained in:
2025-07-10 09:23:26 -07:00
parent a7e369e0a9
commit 4151d6d635

View File

@@ -164,14 +164,11 @@ jobs:
sleep 10 sleep 10
fi fi
done done
mkdir -p "$version"
DOCKERFILE_PATH="$version/Dockerfile"
if [[ -f "$DOCKERFILE_PATH" ]]; then
echo "[INFO] Skipping $DOCKERFILE_PATH (already exists)"
if [[ $found -eq 0 ]]; then if [[ $found -eq 0 ]]; then
missing_versions+=("$version") missing_versions+=("$version")
fi fi
done
if [[ ${#missing_versions[@]} -gt 0 ]]; then if [[ ${#missing_versions[@]} -gt 0 ]]; then
echo "[ERROR] Missing archives for: ${missing_versions[*]}" echo "[ERROR] Missing archives for: ${missing_versions[*]}"