ci: remove errant comma from angular robot config (#39066)

Remove superfluous comma from exclude list for g3 status in the angular
robot config.

PR Close #39066
This commit is contained in:
Joey Perrott 2020-09-30 13:01:20 -07:00
parent bd5e425c14
commit 5b15e5eeae
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ merge:
- "packages/bazel/src/protractor/**"
- "packages/bazel/src/schematics/**"
- "packages/compiler-cli/ngcc/**"
- "packages/compiler-cli/src/ngtsc/sourcemaps/**",
- "packages/compiler-cli/src/ngtsc/sourcemaps/**"
- "packages/docs/**"
- "packages/elements/schematics/**"
- "packages/examples/**"