fix(CI): 修正仓库地址
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
tobegold574
2025-11-03 13:25:05 +08:00
parent 6557c63573
commit 253b3d8beb

View File

@@ -32,7 +32,7 @@ steps:
- apk add --no-cache ca-certificates
- echo "$CA_CRT" > /etc/ssl/certs/ca.crt
- update-ca-certificates
- git clone https://gitea.local.knowai.tobegold574/knowai.git /drone/src
- git clone https://gitea.local.knowai/tobegold574/knowai.git /drone/src
volumeMounts:
- name: repo-volume
mountPath: /drone/src