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 4875ef978c - Show all commits

View File

@ -116,7 +116,6 @@ steps:
- cargo fmt --all --verbose
- apk add git openssh
- mkdir -p "$${HOME}/.ssh"
- chmod 700 "$${HOME}/.ssh"
- echo "$SSH_PRIVATE_KEY" > "$${HOME}/.ssh/git"
- echo "Host git.libre.moe" >> "$${HOME}/.ssh/config"
- echo " User git" >> "$${HOME}/.ssh/config"
@ -125,6 +124,7 @@ steps:
- echo "$GITEA_RSA_SIG" >> "$${HOME}/.ssh/known_hosts"
- 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.email "$GIT_EMAIL_ADDRESS"
- git config core.sshCommand '/usr/bin/ssh -v'