Skip to content

Commit e549b05

Browse files
committed
fix(ci): use find instead of double * glob
1 parent 15953e4 commit e549b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Remove waiters
8282
working-directory: ./sdk-repo-updated
83-
run: rm -r services/**/wait
83+
run: find ./services -type d -name "wait" -exec rm -r {} +
8484

8585
- name: Install SDK project tools and dependencies
8686
working-directory: ./sdk-repo-updated

0 commit comments

Comments
 (0)