Merge pull request #7529 from itamarhaber/stable-sha256sum

Adds SHA256SUM to redis-stable tarball upload
This commit is contained in:
Itamar Haber 2020-07-17 15:20:54 +03:00 committed by GitHub
commit 416f3f20b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
"