Merge "Fix amphora image size display in diskimage-create.sh script"

This commit is contained in:
Zuul
2021-12-02 13:04:31 +00:00
committed by Gerrit Code Review

View File

@@ -508,4 +508,4 @@ if [ -z "$DIB_REPOREF_amphora_agent" ]; then
else else
echo "Successfully built the amphora using the $DIB_REPOREF_amphora_agent amphora-agent." echo "Successfully built the amphora using the $DIB_REPOREF_amphora_agent amphora-agent."
fi fi
echo "Amphora image size: `stat -c "%n %s" $AMP_OUTPUTFILENAME`" echo "Amphora image size: `stat -c "%n %s" $AMP_OUTPUTFILENAME.$AMP_IMAGETYPE`"