Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 642e2e9

Browse files
committed
update scripts/dest.sh to create a sig file
1 parent bd23ab3 commit 642e2e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/dist.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ for FILENAME in $(find ./pkg -mindepth 1 -maxdepth 1 -type f); do
3131
done
3232

3333
# Make the checksums
34+
echo "==> Signing..."
3435
pushd ./pkg/dist
36+
rm -f ./terraform_${VERSION}_SHA256SUMS*
3537
shasum -a256 * > ./terraform_${VERSION}_SHA256SUMS
38+
gpg --default-key 348FFC4C --detach-sig ./terraform_${VERSION}_SHA256SUMS
3639
popd
3740

3841
# Upload

0 commit comments

Comments
 (0)