update drone ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
guangzong 2024-04-02 14:25:24 -04:00
parent 9022019811
commit f9ac390493
Signed by: guangzong
GPG Key ID: 095389BACAE97D19

View File

@ -18,6 +18,8 @@ steps:
from_secret: ssh_key from_secret: ssh_key
commands: commands:
- mkdir ~/.ssh
- ssh-keyscan git.ggeta.com >> ~/.ssh/known_hosts
- echo $ssh_key > ~/.ssh/id_ed25519 - echo $ssh_key > ~/.ssh/id_ed25519
- git clone --depth 1 ssh://gitea@git.ggeta.com:2002/guangzong/stm32-data-generated.git build -q - git clone --depth 1 ssh://gitea@git.ggeta.com:2002/guangzong/stm32-data-generated.git build -q
- rm -rf ./build/data - rm -rf ./build/data