auto-format #20
@ -135,7 +135,7 @@ steps:
|
||||
- gpg --version
|
||||
- gpg-agent --version
|
||||
- echo "$GPG_PRIVKEY" > /tmp/private.key
|
||||
- gpg-agent --daemon && gpg2 --import /tmp/private.key >> /tmp/import.sh || exit 2
|
||||
- gpg-agent --daemon && gpg2 --passphrase '$GPG_PASSPHRASE' --import /tmp/private.key >> /tmp/import.sh || exit 2
|
||||
|
||||
- git config --local user.name "WANessa"
|
||||
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
||||
|
Reference in New Issue
Block a user