Revision 9d290bd01251ec40deeeec6d914de0743cdfe353 authored by George Kalpakas on 24 September 2021, 13:25:25 UTC, committed by Alex Rickabaugh on 24 September 2021, 17:56:41 UTC
Previously, if a commit message contained a carriage return in its
header, the `payload-size.sh` script would fail to upload the payload
size data to Firebase, because the JSON payload would be messed up when
trying to concatenate the commit message headers. See an example
[here][1].

This commit avoids this problem by replacing carriage returns before
concatenating the commit message headers with the JSON payload string.

[1]: https://app.circleci.com/pipelines/github/angular/angular/37437/workflows/d0fa4adf-43bb-464e-a2fd-d87da15226dd

PR Close #43569
1 parent d02c8da
History
File Mode Size
README.md -rw-r--r-- 1.5 KB
extensions.json -rw-r--r-- 593 bytes
recommended-launch.json -rw-r--r-- 2.5 KB
recommended-settings.json -rw-r--r-- 1.2 KB
recommended-tasks.json -rw-r--r-- 2.7 KB

README.md

back to top