Update .drone.yml

This commit is contained in:
Leon Wilzer 2024-02-13 21:50:02 +01:00
parent aa7c27ec47
commit 932642ebb6

View File

@ -116,7 +116,8 @@ steps:
- cargo fmt --all --verbose
- apk add git openssh
- echo "$SSH_PRIVATE_KEY" > /tmp/ssh
- echo "SSH_CONFIG_APPEND" >> ${HOME}/.ssh/config
- mkdir -p "$${HOME}/.ssh"
- echo "$SSH_CONFIG_APPEND" >> "$${HOME}/.ssh/config"
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
- git config --local user.name "wanessa"
- git config --local user.email "$GIT_EMAIL_ADDRESS"