Skip to content

Commit

Permalink
Add f because ignore not existing und so...
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Wolf committed Feb 22, 2023
1 parent 441a420 commit 1ea10f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Remove test
run: rm -r test/
- name: Remove Module tests
run: rm -r Modules/*/test Modules/*/*/test
run: rm -rf Modules/*/test Modules/*/*/test
- name: Remove Service tests
run: rm -r Services/*/test Services/*/*/test
run: rm -rf Services/*/test Services/*/*/test
- name: Remove Dicto
run: rm -r dicto/
- name: Remove babelrc
Expand Down

0 comments on commit 1ea10f4

Please sign in to comment.