auto-format #20
@ -115,6 +115,8 @@ steps:
|
|||||||
- cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0
|
- cargo fmt --all --check && echo "No formatting required, exiting early..." && exit 0
|
||||||
- cargo fmt --all --verbose
|
- cargo fmt --all --verbose
|
||||||
- apk add git
|
- apk add git
|
||||||
|
- echo "$WANESSA_SSH_PRIVKEY" > /tmp/ssh
|
||||||
|
- git config --local core.sshCommand "/usr/bin/sh -i /tmp/ssh
|
||||||
- git config --local user.name "WANessa"
|
- git config --local user.name "WANessa"
|
||||||
- git config --local user.email "$WANESSA_EMAIL_ADDRESS"
|
- git config --local user.email "$WANESSA_EMAIL_ADDRESS"
|
||||||
- git add *
|
- git add *
|
||||||
|
Reference in New Issue
Block a user