From 8ffd670fa089aee4cb8b44359595be703cf87bae Mon Sep 17 00:00:00 2001 From: Vignesh Kennadi Date: Mon, 9 Sep 2024 19:06:49 +0530 Subject: [PATCH] removed some unused codes --- .github/workflows/build-lint-test.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index 309d2aa6..a633cddc 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -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 }}