Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes authored Aug 28, 2024
1 parent e3250cb commit 705f9ad
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
server-id: ossrh
server-username: ${{ secrets.OSSRH_USERNAME }}
server-password: ${{ secrets.OSSRH_TOKEN }}
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Check existence of cx-linux binary
run: |
Expand Down Expand Up @@ -68,11 +63,7 @@ jobs:


- name: Build with Maven
run: mvn -B verify -DskipTests --file pom.xml
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
run: mvn -B verify -DskipTests -Dgpg.skip --file pom.xml

- name: Run SpotBugs Analysis
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit 705f9ad

Please sign in to comment.