Skip to content

Commit

Permalink
Skip GPG signatures in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 10, 2023
1 parent 66a9343 commit 87350c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 87350c5

Please sign in to comment.