auto-format #20
19
.drone.yml
19
.drone.yml
@ -128,12 +128,11 @@ steps:
|
|||||||
- chmod 700 -R "$${HOME}/.ssh"
|
- chmod 700 -R "$${HOME}/.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 config core.sshCommand '/usr/bin/ssh -v'
|
# Uncomment below line for ssh debugging
|
||||||
|
# - git config core.sshCommand '/usr/bin/ssh -v'
|
||||||
- git remote add ssh "$DRONE_GIT_SSH_URL"
|
- git remote add ssh "$DRONE_GIT_SSH_URL"
|
||||||
- git add *
|
- git commit -am "rustfmt"
|
||||||
- git status
|
- git push ssh
|
||||||
- git commit -m "rustfmt"
|
|
||||||
- GIT_TRACE=1 GIT_SSH=1 git push ssh
|
|
||||||
environment:
|
environment:
|
||||||
SSH_PRIVATE_KEY:
|
SSH_PRIVATE_KEY:
|
||||||
from_secret: WANESSA_SSH_PRIVKEY
|
from_secret: WANESSA_SSH_PRIVKEY
|
||||||
@ -146,8 +145,8 @@ steps:
|
|||||||
GITEA_ECDSA_SIG:
|
GITEA_ECDSA_SIG:
|
||||||
from_secret: GIT_ECDSA_SIG
|
from_secret: GIT_ECDSA_SIG
|
||||||
|
|
||||||
#depends_on:
|
depends_on:
|
||||||
#- amd64 [debug]
|
- amd64 [debug]
|
||||||
#- arm64 [debug]
|
- arm64 [debug]
|
||||||
#- amd64 [release]
|
- amd64 [release]
|
||||||
#- arm64 [release]
|
- arm64 [release]
|
Reference in New Issue
Block a user