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 c8564e2bcf - Show all commits

View File

@ -128,12 +128,11 @@ steps:
- 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"
- git config core.sshCommand '/usr/bin/ssh -v' # Uncomment below line for ssh debugging
# - 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 add * - git commit -am "rustfmt"
- git status - git push ssh
- git commit -m "rustfmt"
- GIT_TRACE=1 GIT_SSH=1 git push ssh
environment: environment:
SSH_PRIVATE_KEY: SSH_PRIVATE_KEY:
from_secret: WANESSA_SSH_PRIVKEY from_secret: WANESSA_SSH_PRIVKEY
@ -146,8 +145,8 @@ steps:
GITEA_ECDSA_SIG: GITEA_ECDSA_SIG:
from_secret: GIT_ECDSA_SIG from_secret: GIT_ECDSA_SIG
#depends_on: depends_on:
#- amd64 [debug] - amd64 [debug]
#- arm64 [debug] - arm64 [debug]
#- amd64 [release] - amd64 [release]
#- arm64 [release] - arm64 [release]