Skip to content

Commit adae97b

Browse files
committed
Exclude Git metadata from client inventory
1 parent f91c470 commit adae97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/prepare-phase2-protocol-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ NODE
167167

168168
(
169169
cd "$output_directory"
170-
find . -type f ! -name client-files.sha256 -print0 \
170+
find . -type f ! -name client-files.sha256 ! -path '*/.git/*' -print0 \
171171
| sort -z \
172172
| xargs -0 sha256sum \
173173
> client-files.sha256

0 commit comments

Comments
 (0)