From 3a614003809b3dba4007772b3036640e4f3e8d7c Mon Sep 17 00:00:00 2001 From: plf1996 Date: Tue, 16 Jun 2026 16:33:37 +0800 Subject: [PATCH] ci: use auto-checkout, remove manual clone --- .gitea/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 49e7122..6ee5343 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,11 +8,6 @@ jobs: build-and-deploy: runs-on: docker steps: - - name: Clone code - run: | - git clone https://git.plfai.cn/test/fastapi-demo.git . - git checkout ${GITHUB_SHA} - - name: Docker Build run: | docker build --network host \