auto-format #20

Merged
leon merged 143 commits from auto-format into main 2024-02-14 01:18:02 +01:00
Showing only changes of commit 118b0bcf8b - Show all commits

View File

@ -126,12 +126,12 @@ steps:
- echo "$GITEA_ECDSA_SIG" >> "$${HOME}/.ssh/known_hosts" - echo "$GITEA_ECDSA_SIG" >> "$${HOME}/.ssh/known_hosts"
- cat "$${HOME}/.ssh/config" - cat "$${HOME}/.ssh/config"
- chmod 700 -R "$${HOME}/.ssh" - 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" - git config --local user.email "$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'
- git remote add ssh "$DRONE_GIT_SSH_URL" - 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 - git push ssh
environment: environment:
SSH_PRIVATE_KEY: SSH_PRIVATE_KEY: