test build info update & changelog 6
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (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. / generate-build-info (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (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. / generate-build-info (push) Has been cancelled
This commit is contained in:
@@ -289,7 +289,8 @@ jobs:
|
|||||||
size_human=$(human_size "$size_bytes")
|
size_human=$(human_size "$size_bytes")
|
||||||
|
|
||||||
# Load SHA256 from file if available
|
# Load SHA256 from file if available
|
||||||
SHA256=$(grep "$version/debian-$version.tar.bz2" ../sha256sums.txt | awk '{print $1}')
|
TARBALL_NAME="debian-$version.tar.bz2"
|
||||||
|
SHA256=$(grep "$TARBALL_NAME" ../sha256sums.txt | awk '{print $1}')
|
||||||
if [[ -z "$SHA256" ]]; then
|
if [[ -z "$SHA256" ]]; then
|
||||||
SHA256="unknown"
|
SHA256="unknown"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user