Skip to content

Commit

Permalink
removed some unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 9, 2024
1 parent 9cfdc1c commit 8ffd670
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,7 @@ jobs:
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY}}

- name: GPG Configuration and Key Status
run: |
gpg --list-keys
gpg --list-secret-keys
gpg --version
gpgconf --list-dir
- name: Build and test post generation
# run: |
# cd Xero-Java
# mvn clean verify -DskipTests=true
run: |
export GPG_TTY=$(tty)
mvn clean verify -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 8ffd670

Please sign in to comment.