From 660cb1d9ad95be4fdcfb3c495cab662264204b81 Mon Sep 17 00:00:00 2001 From: niyyzf Date: Sat, 19 Jul 2025 20:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ci.yml:=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=AD=A5=E9=AA=A4=E4=BB=A5=E5=85=B3=E9=97=AD=E5=92=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20app=20=E5=AE=B9=E5=99=A8=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=20CI=20=E6=B5=81=E7=A8=8B=E7=9A=84=E6=B8=85=E7=90=86?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3d38914..76d6ce4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,11 @@ jobs: build: runs-on: ubuntu-latest-2 steps: + - name: 关闭 app 容器 + run: | + docker compose stop app || true + docker compose rm -f app || true + - name: 克隆本地 checkout action run: | git clone http://114.67.155.184:3000/niyyzf/checkout.git ./.actions/checkout