From 47fbae8703a0cadd8deae44ca3168ec05f4fc69e 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:42:16 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index 69bcc30..0b60a1c 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -6,7 +6,10 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - run: pwd + - run: ls - run: cd ${{ gitea.workspace }} - run: pwd + - run: ls - run: sh ./mvnw -DskipTests=true clean package -P prod - run: docker build -t mirai-bot:latest