scripts/clone.sh: Dump free disk space before cloning
To better diagnose issues like
https://linaro.atlassian.net/browse/TFC-558
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I3a6f4cd2a088e39b2d5cb2910be92ddbff1d12fd
diff --git a/scripts/clone.sh b/scripts/clone.sh
index 5c83f42..e8e5567 100755
--- a/scripts/clone.sh
+++ b/scripts/clone.sh
@@ -65,6 +65,8 @@
"${GERRIT_HOST};${TF_M_EXTRAS_GERRIT_PROJECT};tf-m-extras;${TF_M_EXTRAS_GERRIT_REFSPEC}"
)
+df -h
+
# Take into consideration non-CI runs where SHARE_FOLDER variable
# may not be present
if [ -z "${SHARE_FOLDER}" ]; then