Skip to content

Commit

Permalink
removed cache for maven build
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Mishra <[email protected]>
  • Loading branch information
ckm007 authored Sep 11, 2023
1 parent eeaa5c3 commit 2b0e73f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/temp-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
gpg2 --import ./.github/keys/mosipgpgkey_pub.gpg
gpg2 --quiet --batch --passphrase=${{secrets.gpg_secret}} --allow-secret-key-import --import ./.github/keys/mosipgpgkey_sec.gpg
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-${{ env.BRANCH_NAME }}
- name: Install xmllint
run: |
sudo apt-get update
Expand Down

0 comments on commit 2b0e73f

Please sign in to comment.