Remove 'optional' label from gpg_key_id entry in gitian.yml
This is said to no longer be optional https://chat.zcashcommunity.com/channel/zcash-dev?msg=qG2fZcCBid2vSBcoz
This commit is contained in:
parent
b62ccfde55
commit
c4a2fcf26c
|
@ -8,7 +8,7 @@
|
|||
gpg_key_name: ''
|
||||
git_name: ''
|
||||
git_email: ''
|
||||
gpg_key_id: '' # optional
|
||||
gpg_key_id: ''
|
||||
ssh_key_name: '' # optional
|
||||
roles:
|
||||
- role: common
|
||||
|
|
Loading…
Reference in New Issue