mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Firebase does not allow `.` in the path, so when trying to upload payload size data for branches like `4.2.x`, the following error is thrown: ``` HTTP Error: 400, Invalid path: Invalid token in path ``` This commit fixes it by replacing `.` with `_` in branch names. |
||
|---|---|---|
| .. | ||
| _payload-limits.sh | ||
| check-environment.js | ||
| deploy-preview.sh | ||
| deploy-to-firebase.sh | ||
| payload.sh | ||
| test-pwa-score.js | ||