Update to actually sign commits
This commit is contained in:
parent
9b04784afd
commit
cdcceb02fd
1 changed files with 1 additions and 1 deletions
|
@ -20,5 +20,5 @@ git add -f 'DungeonsXL/dungeons' 'DungeonsXL/scripts'
|
|||
|
||||
git add -f update.sh download.sh
|
||||
|
||||
sudo -H git commit && git push #sudo -H needed for GPG signing
|
||||
sudo -H git commit -S && git push #sudo -H needed for GPG signing
|
||||
|
||||
|
|
Loading…
Reference in a new issue