@@ -86,7 +86,7 @@ output=$(cd "$ROOT" && find . -type f \
86
86
! -path " **/.history/*" \
87
87
! -path " **/__pycache__/*" \
88
88
! -path " **/.pytest_cache/*" \
89
- ! -path " **.egg-info/*" \
89
+ ! -path " **/* .egg-info/*" \
90
90
! -path " ./test/*" \
91
91
! -path " ./dev/config/*" \
92
92
! -path " ./bin/*" \
@@ -117,7 +117,7 @@ if [ "$is_release_branch" = "true" ]; then
117
117
! -path " **/.history/*" \
118
118
! -path " **/__pycache__/*" \
119
119
! -path " **/.pytest_cache/*" \
120
- ! -path " **.egg-info/*" \
120
+ ! -path " **/* .egg-info/*" \
121
121
! -path " ./dev/config/*" \
122
122
! -path " ./bin/*" \
123
123
! -path " ./.git/*" \
@@ -140,7 +140,7 @@ output=$(cd "$ROOT" && find . -type f \
140
140
! -path " **/.vscode/*" \
141
141
! -path " **/__pycache__/*" \
142
142
! -path " **/.pytest_cache/*" \
143
- ! -path " **.egg-info/*" \
143
+ ! -path " **/* .egg-info/*" \
144
144
! -path " ./dev/config/*" \
145
145
! -path " ./bin/*" \
146
146
! -path " ./.git/*" \
@@ -162,7 +162,7 @@ output=$(cd "$ROOT" && find . -type f \
162
162
! -path " **/.vscode/*" \
163
163
! -path " **/__pycache__/*" \
164
164
! -path " **/.pytest_cache/*" \
165
- ! -path " **.egg-info/*" \
165
+ ! -path " **/* .egg-info/*" \
166
166
! -path " ./dev/config/*" \
167
167
! -path " ./bin/*" \
168
168
! -path " ./.git/*" \
@@ -184,7 +184,7 @@ output=$(cd "$ROOT" && find . -type f \
184
184
! -path " **/.history/*" \
185
185
! -path " **/__pycache__/*" \
186
186
! -path " **/.pytest_cache/*" \
187
- ! -path " **.egg-info/*" \
187
+ ! -path " **/* .egg-info/*" \
188
188
! -path " ./dev/config/*" \
189
189
! -path " ./bin/*" \
190
190
! -path " ./.git/*" \
@@ -206,7 +206,7 @@ output=$(cd "$ROOT" && find . -type f \
206
206
! -path " **/.vscode/*" \
207
207
! -path " **/__pycache__/*" \
208
208
! -path " **/.pytest_cache/*" \
209
- ! -path " **.egg-info/*" \
209
+ ! -path " **/* .egg-info/*" \
210
210
! -path " ./dev/config/*" \
211
211
! -path " ./bin/*" \
212
212
! -path " ./.git/*" \
0 commit comments