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