Merge pull request #13955 from cevich/fix_size_check

Fix size-check to display more context
This commit is contained in:
OpenShift Merge Robot 2022-04-21 17:21:12 -04:00 committed by GitHub
commit bfd617ebbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,9 +92,10 @@ if [[ ! -d $context_dir ]]; then
fi
# This is the original (and primary) purpose of this check: if 'make' fails,
# there is no point in continuing
# there is no point in continuing. Show at least the commit title since
# the ID may not match anything human recognisable.
echo
echo "Building: $(git rev-parse HEAD)"
echo "Building: $(git log -n 1 --no-show-signature --oneline)"
make
# Determine size of each built file.