From c9e33eb146af210dbe5da6830f1799b32bfa6a87 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 15 Oct 2024 10:08:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=B8=85=E7=90=86?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-push.yml | 2 +- .github/workflows/sonar.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 74e4656733..c82ce29fb1 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-maven- - name: Remove monitoring-engine JAR - run: rm -f ~/.m2/repository/io/metersphere/monitoring-engine + run: rm -rf ~/.m2/repository/io/metersphere/monitoring-engine - name: Set up JDK 11 uses: actions/setup-java@v1 diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 2421b3ed05..e4aeaf05f9 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -31,7 +31,7 @@ jobs: key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Remove monitoring-engine JAR - run: rm -f ~/.m2/repository/io/metersphere/monitoring-engine + run: rm -rf ~/.m2/repository/io/metersphere/monitoring-engine - name: Cache Maven packages uses: actions/cache@v3 with: