mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
scripts: calculate shasum
This commit is contained in:
parent
163947bc36
commit
f3553a3e39
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@ if [ -z $BINTRAY_API_KEY ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Calculate the checksums
|
||||
pushd ./dist
|
||||
shasum -a256 * > ./${VERSION}_SHA256SUMS
|
||||
popd
|
||||
|
||||
# Upload
|
||||
for ARCHIVE in ./dist/*; do
|
||||
ARCHIVE_NAME=$(basename ${ARCHIVE})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue