auto-format #20
@ -126,12 +126,12 @@ steps:
|
||||
- echo "$GITEA_ECDSA_SIG" >> "$${HOME}/.ssh/known_hosts"
|
||||
- cat "$${HOME}/.ssh/config"
|
||||
- chmod 700 -R "$${HOME}/.ssh"
|
||||
- git config --local user.name "wanessa"
|
||||
- git config --local user.name "WANessa"
|
||||
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
||||
# Uncomment below line for ssh debugging
|
||||
# - git config core.sshCommand '/usr/bin/ssh -v'
|
||||
- git remote add ssh "$DRONE_GIT_SSH_URL"
|
||||
- git commit --author "WANessa <$GIT_EMAIL_ADDRESS>" -am "rustfmt"
|
||||
- GIT_COMMITTER_NAME="WANessa" GIT_COMMITTER_EMAIL="$GIT_EMAIL_ADDRESS" git commit --author "$DRONE_COMMIT_AUTHOR_NAME <$DRONE_COMMIT_AUTHOR_EMAIL>" -am "rustfmt"
|
||||
- git push ssh
|
||||
environment:
|
||||
SSH_PRIVATE_KEY:
|
||||
|
Reference in New Issue
Block a user