Skip to content

Commit

Permalink
fixup! skip gpg in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Mar 9, 2024
1 parent 3693dfb commit 3990b38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
-U \
-DskipTests=true \
-Dmaven.javadoc.skip=false \
-Dgpg.skip \
-f $ROOT_POM
- name: Generate hashes
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
install \
-U \
-DskipTests=true \
-Dgpg.skip \
-Dmaven.javadoc.skip=true \
-f $ROOT_POM
- name: 'Test'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
-U \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dgpg.skip \
-f pom.xml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
Expand Down

0 comments on commit 3990b38

Please sign in to comment.