ci: test clone
Some checks failed
checks / build (push) Failing after 23s
continuous-integration/drone/push Build is passing

This commit is contained in:
张泊明518370910136 2024-09-19 18:24:38 -04:00
parent ca5d94fad2
commit 5b2ed40175
GPG Key ID: D47306D7062CDA9D

View File

@ -34,6 +34,8 @@ jobs:
go env -w GOPROXY=https://goproxy.cn,direct go env -w GOPROXY=https://goproxy.cn,direct
chown -R root:root /root/.ssh chown -R root:root /root/.ssh
cd ~ cd ~
ls -lha ~/.ssh
cat ~/.ssh/id_ed25519.pub
git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git
- name: Build - name: Build
run: make build run: make build