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
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:
@@ -164,19 +164,16 @@ jobs:
|
||||
sleep 10
|
||||
fi
|
||||
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
|
||||
missing_versions+=("$version")
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ ${#missing_versions[@]} -gt 0 ]]; then
|
||||
echo "[ERROR] Missing archives for: ${missing_versions[*]}"
|
||||
exit 1
|
||||
fi
|
||||
if [[ ${#missing_versions[@]} -gt 0 ]]; then
|
||||
echo "[ERROR] Missing archives for: ${missing_versions[*]}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Generate Dockerfiles per version (if missing)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user