Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi

# gzip all JSON and svgs in the nightly dir
if [ "$LOCAL" == "" ]; then
gzip "$PROFILE_JSON"
gzip "$OUTPUT_DATA_DIR/profile.json"
find "$OUTPUT_DIR" -name '*.svg' -exec gzip {} +
find "$OUTPUT_DIR" -name '*.ll' -exec gzip {} +
fi