Unverified Commit 416f3f20 authored by Itamar Haber's avatar Itamar Haber Committed by GitHub
Browse files

Merge pull request #7529 from itamarhaber/stable-sha256sum

Adds SHA256SUM to redis-stable tarball upload
parents a25df9de 5df0a64d
......@@ -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;
"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment