auto-format #20
@ -131,12 +131,12 @@ steps:
|
|||||||
- gpg --version
|
- gpg --version
|
||||||
- gpg-agent --version
|
- gpg-agent --version
|
||||||
- echo "$GPG_PRIVKEY" > /tmp/private.key
|
- 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.name "WANessa"
|
||||||
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
||||||
- git config --local user.signingkey "$GPG_PUBKEY_ID"
|
- 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'"
|
- echo "'$GIT_EMAIL_ADDRESS'"
|
||||||
# Uncomment below line for ssh debugging
|
# Uncomment below line for ssh debugging
|
||||||
# - git config core.sshCommand '/usr/bin/ssh -v'
|
# - git config core.sshCommand '/usr/bin/ssh -v'
|
||||||
|
Reference in New Issue
Block a user