Skip to content

Commit

Permalink
fix: rm if dir not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Oct 17, 2023
1 parent d79345d commit a59ce12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: maven coverage
working-directory: java
run: |
rm -rv ~/.m2/repository/com/4paradigm/
rm -rfv ~/.m2/repository/com/4paradigm/
./mvnw --batch-mode prepare-package
./mvnw --batch-mode scoverage:report
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
- name: cleanup
run: |
rm -rv ~/.m2/repository/com/4paradigm/
rm -rfv ~/.m2/repository/com/4paradigm/
python-sdk:
Expand Down

0 comments on commit a59ce12

Please sign in to comment.