auto-format #20

Merged
leon merged 143 commits from auto-format into main 2024-02-14 01:18:02 +01:00
Showing only changes of commit bb2d1a732a - Show all commits

View File

@ -131,12 +131,12 @@ steps:
- gpg --version
- gpg-agent --version
- echo "$GPG_PRIVKEY" > /tmp/private.key
- gpg-agent -v && gpg --import /tmp/private.key >> /tmp/import.sh || exit 2
- gpg-agent -v && gpg2 --import /tmp/private.key >> /tmp/import.sh || exit 2
- git config --local user.name "WANessa"
- git config --local user.email "$GIT_EMAIL_ADDRESS"
- git config --local user.signingkey "$GPG_PUBKEY_ID"
- git config --local gpg.program "/usr/bin/gpg --passphrase '$GPG_PASSPHRASE'"
- git config --local gpg.program "/usr/bin/gpg2 --passphrase '$GPG_PASSPHRASE'"
- echo "'$GIT_EMAIL_ADDRESS'"
# Uncomment below line for ssh debugging
# - git config core.sshCommand '/usr/bin/ssh -v'