mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Remove previous sig
Built over https://github.com/YunoHost/cd_build/pull/7
This commit is contained in:
parent
7a36ea2e0e
commit
61c32cdcfb
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ function sign
|
|||
|
||||
info "Signing image $NAME ..."
|
||||
|
||||
# Remove previous signature to prevent gpg to ask about overwriting
|
||||
rm -f $NAME.sig
|
||||
|
||||
sudo gpg --output $NAME.sig --detach-sig $NAME
|
||||
sha256sum $NAME > $NAME.sum
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue