From 87350c549d17647831500d5a8d02a66bcd9c7164 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Sun, 10 Dec 2023 20:29:01 +0100 Subject: [PATCH] Skip GPG signatures in CI --- .github/workflows/build-reusable.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-reusable.yaml b/.github/workflows/build-reusable.yaml index 1a80648..7679656 100644 --- a/.github/workflows/build-reusable.yaml +++ b/.github/workflows/build-reusable.yaml @@ -55,6 +55,7 @@ jobs: --show-version --batch-mode --errors --no-transfer-progress \ -DtrimStackTrace=false \ -DinstallAtEnd=true \ + -Dgpg.skip \ clean install # We upload tests results if the build fails. @@ -76,6 +77,7 @@ jobs: ./mvnw \ --show-version --batch-mode --errors --no-transfer-progress \ -DskipTests=true \ + -Dgpg.skip \ clean verify artifact:compare # We reproducibility results if the build fails.