Adds SHA256SUM to redis-stable tarball upload

(cherry picked from commit 5df0a64d30)
This commit is contained in:
Itamar Haber
2020-07-20 21:08:26 +03:00
committed by Oran Agra
parent e28aa99af1
commit e15528bf1d
+1
View File
@@ -19,4 +19,5 @@ ssh ubuntu@host.redis.io "cd /var/www/download;
mv redis-${1} redis-stable;
tar cvzf redis-stable.tar.gz redis-stable;
rm -rf redis-${1}.tar.gz;
shasum -a 256 redis-stable.tar.gz > redis-stable.tar.gz.SHA256SUM;
"