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

This commit is contained in:
张泊明518370910136 2024-09-19 18:29:29 -04:00
parent cb586589a1
commit f2b3a3a0ee
GPG Key ID: D47306D7062CDA9D

View File

@ -33,10 +33,6 @@ jobs:
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
chown -R root:root /root/.ssh
cd ~
ls -lha ~/.ssh
cat ~/.ssh/id_ed25519.pub
GIT_SSH_COMMAND="ssh -o StrictHostKeyChecking=no" git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git
- name: Build
run: make build
- name: Test