mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-05 23:27:48 +00:00
Merge pull request #13955 from cevich/fix_size_check
Fix size-check to display more context
This commit is contained in:
commit
bfd617ebbe
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue