auto-format #20
@ -139,7 +139,7 @@ steps:
|
|||||||
- 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 --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE'"
|
- git config --local gpg.program "gpg --batch --pinentry-mode loopback --passphrase '$GPG_PASSPHRASE'"
|
||||||
# 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'
|
||||||
- git remote add ssh "$DRONE_GIT_SSH_URL"
|
- git remote add ssh "$DRONE_GIT_SSH_URL"
|
||||||
|
Reference in New Issue
Block a user