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 9896cf85e6 - Show all commits

View File

@ -138,7 +138,7 @@ steps:
- echo "#!/bin/sh" >> /tmp/gpg.sh
- 'echo echo Args: \$@ >> /tmp/gpg.sh'
- '>&2 echo echo Args: \$@ >> /tmp/gpg.sh'
- echo 'gpg --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE' $@' >> /tmp/gpg.sh
#- echo 'gpg --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE' $@' >> /tmp/gpg.sh
- chmod 777 /tmp/gpg.sh
- git config --local user.name "WANessa"