mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Merge pull request #7529 from itamarhaber/stable-sha256sum
Adds SHA256SUM to redis-stable tarball upload
This commit is contained in:
commit
416f3f20b4
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in a new issue