ci: fix .ssh mount
Some checks failed
continuous-integration/drone/push Build is passing
checks / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2024-09-19 18:10:06 -04:00
parent 445a48633b
commit 179b420fbc
GPG Key ID: D47306D7062CDA9D

View File

@ -9,7 +9,7 @@ jobs:
container: container:
image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
volumes: volumes:
- /home/ta/.ssh:/root/.ssh - /home/actions/.ssh:/root/.ssh
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: https://gitea.com/BoYanZh/checkout@focs