From a941c05a75f01ba375baf9fd7c7f796d688dc1e4 Mon Sep 17 00:00:00 2001 From: Grand-cocoa <1075576561@qq.com49111108+grand-cocoa@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9E=84=E5=BB=BA=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=B8=AD=E7=9A=84=E5=B7=A5=E4=BD=9C=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=9C=A8Gitea=E7=9A=84CI/CD=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E4=B8=AD=EF=BC=8C=E6=9B=B4=E6=96=B0=E4=BA=86build-tes?= =?UTF-8?q?t.yaml=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BB=A5=E6=98=8E=E7=A1=AE?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC=E7=9A=84=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E3=80=82=E6=AD=A4=E6=9B=B4=E6=94=B9=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC=E5=9C=A8=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84=E7=9B=AE=E5=BD=95=E4=B8=8B=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E5=9B=A0=E8=B7=AF=E5=BE=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=AF=BC=E8=87=B4=E7=9A=84=E6=9E=84=E5=BB=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index 1de5a37..69bcc30 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -7,5 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - run: cd ${{ gitea.workspace }} + - run: pwd - run: sh ./mvnw -DskipTests=true clean package -P prod - run: docker build -t mirai-bot:latest