From f2b3a3a0eec4e79c9d6eac50e63fefce7422da1c Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 19 Sep 2024 18:29:29 -0400 Subject: [PATCH] ci: test clone --- .gitea/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 584f36f..639242e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -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