From a118e91f6a2bb52dfd327e7b40d40c454a82a210 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Wed, 11 May 2016 13:15:13 +0100 Subject: generate MD5SUMS of zip files Signed-off-by: Ryan Harkin --- platforms-ci.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platforms-ci.sh') diff --git a/platforms-ci.sh b/platforms-ci.sh index cbe6c10..053d12a 100755 --- a/platforms-ci.sh +++ b/platforms-ci.sh @@ -328,6 +328,8 @@ if [ "$UBER_ZIP" == "yes" ]; then zip platforms.zip juno-l*.zip fvp-l*.zip tc2-l*.zip fi +md5sum *.zip > MD5SUMS + ls -al # restore the WORKSPACE variable now we're finished building -- cgit v1.2.3