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 \