auto-format #20
@ -114,7 +114,7 @@ steps:
|
|||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- 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 util-linux
|
- apk add git util-linux ssh
|
||||||
- echo "$WANESSA_SSH_PRIVKEY" > /tmp/ssh
|
- echo "$WANESSA_SSH_PRIVKEY" > /tmp/ssh
|
||||||
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
|
- git config --local core.sshCommand "/usr/bin/ssh -i /tmp/ssh"
|
||||||
- git config --local user.name "WANessa"
|
- git config --local user.name "WANessa"
|
||||||
@ -123,6 +123,7 @@ steps:
|
|||||||
- git add *
|
- git add *
|
||||||
- git status
|
- git status
|
||||||
- git commit -m "rustfmt"
|
- git commit -m "rustfmt"
|
||||||
|
- ssh -V
|
||||||
- whereis ssh
|
- whereis ssh
|
||||||
- git push ssh
|
- git push ssh
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user