Skip to content

Commit

Permalink
MSLRES-4816 Skip gpg in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav committed Jan 26, 2022
1 parent 58410f2 commit f4b161b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
run: mvn --batch-mode --update-snapshots verify -Dgpg.skip
- name: Spotless
run: mvn spotless:check

0 comments on commit f4b161b

Please sign in to comment.