auto-format #20
@ -136,14 +136,12 @@ steps:
|
|||||||
- echo "$GPG_PRIVKEY" > /tmp/private.key
|
- echo "$GPG_PRIVKEY" > /tmp/private.key
|
||||||
- gpg --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE' --import /tmp/private.key >> /tmp/import.sh || exit 2
|
- gpg --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE' --import /tmp/private.key >> /tmp/import.sh || exit 2
|
||||||
- echo "#!/bin/sh" >> /tmp/gpg.sh
|
- echo "#!/bin/sh" >> /tmp/gpg.sh
|
||||||
- 'echo "echo Args: \$@ >> /tmp/log" >> /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
|
- chmod 777 /tmp/gpg.sh
|
||||||
|
|
||||||
- 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 "gpg --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE'"
|
|
||||||
- git config --local gpg.program "/tmp/gpg.sh"
|
- git config --local gpg.program "/tmp/gpg.sh"
|
||||||
# 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