ci: clone with HOME fix
CI/CD Pipeline / build-and-deploy (push) Failing after 1s

This commit is contained in:
2026-06-16 16:37:27 +08:00
parent ccfed2e5b7
commit 1be92e0bf8
+5
View File
@@ -8,6 +8,11 @@ jobs:
build-and-deploy:
runs-on: docker
steps:
- name: Clone
run: |
git clone https://git.plfai.cn/test/fastapi-demo.git .
git checkout ${GITHUB_SHA}
- name: Docker Build
run: |
docker build --network host \