auto-format #20
@ -119,11 +119,12 @@ steps:
|
|||||||
- git config --local core.sshCommand "/usr/bin/sh -i /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 "$GIT_EMAIL_ADDRESS"
|
- git config --local user.email "$GIT_EMAIL_ADDRESS"
|
||||||
|
- git remote add ssh "$DRONE_GIT_SSH_URL"
|
||||||
- git add *
|
- git add *
|
||||||
- git status
|
- git status
|
||||||
- git commit -m "rustfmt"
|
- git commit -m "rustfmt"
|
||||||
- cat .git/config
|
- cat .git/config
|
||||||
- git push origin
|
- git push ssh
|
||||||
environment:
|
environment:
|
||||||
GIT_EMAIL_ADDRESS:
|
GIT_EMAIL_ADDRESS:
|
||||||
from_secret: WANESSA_EMAIL_ADDRESS
|
from_secret: WANESSA_EMAIL_ADDRESS
|
||||||
|
Reference in New Issue
Block a user