From ed502631679eeffa56d03277ae88fea2ff709e5b Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 24 Oct 2023 12:48:21 +0200 Subject: [PATCH] Fix build-folder.sh for jfrog --- .github/workflows/common.yml | 12 ++++++------ build-folder.sh | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 0e35e7cf..18bd0ca9 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -409,7 +409,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: Unit Tests - Processors + name: Unit Tests - Processors - ${{ matrix.app }} path: '**/surefire-reports/*.xml' fail-on-empty: false reporter: java-junit @@ -417,7 +417,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: Integration Tests - Processors + name: Integration Tests - Processors - ${{ matrix.app }} path: '**/failsafe-reports/*.xml' reporter: java-junit fail-on-empty: false @@ -546,7 +546,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: Unit Tests - Sinks + name: Unit Tests - Sinks - ${{ matrix.app }} path: '**/surefire-reports/*.xml' fail-on-empty: false reporter: java-junit @@ -554,7 +554,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: Integration Tests - Sinks + name: Integration Tests - Sinks - ${{ matrix.app }} path: '**/failsafe-reports/*.xml' reporter: java-junit fail-on-empty: false @@ -668,7 +668,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: Unit Tests - Sources + name: Unit Tests - Sources - ${{ matrix.app }} path: '**/surefire-reports/*.xml' fail-on-empty: false reporter: java-junit @@ -676,7 +676,7 @@ jobs: uses: dorny/test-reporter@v1 if: ${{ success() || failure() }} with: - name: Integration Tests - Sources + name: Integration Tests - Sources - ${{ matrix.app }} path: '**/failsafe-reports/*.xml' reporter: java-junit fail-on-empty: false diff --git a/build-folder.sh b/build-folder.sh index 271040b1..8d04e4c9 100755 --- a/build-folder.sh +++ b/build-folder.sh @@ -148,7 +148,7 @@ if ((RESULT == 0)); then fi IS_DEPLOY=false if [ "$BUILD_VERSION_TYPE" != "" ]; then - MVNW=jfrog mvn rt + MVNW="jfrog mvn" if [[ "$MAVEN_GOAL" == *"deploy"* ]]; then MAVEN_GOAL="${MAVEN_GOAL//deploy/}" IS_DEPLOY=true