test build info update & changelog 8
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 12m24s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Successful in 12m24s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
This commit is contained in:
@@ -290,9 +290,13 @@ jobs:
|
||||
|
||||
# Load SHA256 from file if available
|
||||
TARBALL_NAME="debian-$version.tar.bz2"
|
||||
SHA256=$(grep "$TARBALL_NAME" ../sha256sums.txt | awk '{print $1}')
|
||||
if [[ -z "$SHA256" ]]; then
|
||||
SHA256_LINE=$(grep -F "$TARBALL_NAME" sha256sums.txt || true)
|
||||
if [[ -z "$SHA256_LINE" ]]; then
|
||||
echo "[WARN] SHA256 for $TARBALL_NAME not found!"
|
||||
SHA256="unknown"
|
||||
else
|
||||
SHA256=$(echo "$SHA256_LINE" | awk '{print $1}')
|
||||
echo "[INFO] SHA256 for $TARBALL_NAME: $SHA256"
|
||||
fi
|
||||
|
||||
jq -n \
|
||||
|
||||
Reference in New Issue
Block a user