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
ISSUE_TEMPLATE
workflows
ISSUE_TEMPLATE.md -rw-r--r-- 170 bytes
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 1.1 KB
angular-robot.yml -rw-r--r-- 6.5 KB

back to top