angular/scripts/ci
George Kalpakas 9d290bd012 ci: correctly handle commit message with carriage returns in payload-size.sh (#43569)
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
2021-09-24 10:56:41 -07:00
..
clone_angular_components_repo.sh ci: rename material-unit-tests job to components-repo-unit-tests (#34898) 2020-01-23 13:29:02 -08:00
create-package-archives.sh ci: use more descriptive names for published build artifacts (#33957) 2019-11-22 14:05:52 -05:00
payload-size.js ci: improve error message when payload size check fails (#41116) 2021-03-08 10:03:59 -08:00
payload-size.sh ci: correctly handle commit message with carriage returns in payload-size.sh (#43569) 2021-09-24 10:56:41 -07:00
publish-build-artifacts.sh ci: do not try to publish directories that are not packages (#41393) 2021-04-01 11:26:11 -07:00
run_angular_components_unit_tests.sh ci: remove components-repo-ci blocklist (#35115) 2020-02-06 15:32:33 -08:00
track-payload-size.sh build: remove legacy integration test runner (#35985) 2020-03-11 15:12:33 -07:00
update-framework-deps-to-dist-packages.js ci: do not update shared dev-infra package in components-repo-unit-tests job (#42268) 2021-06-03 10:37:41 -07:00