Update name of CI job in sizebot (#15767)

Same as #15714. I moved the artifacts step to a different job, so I
need to update the name in the sizebot script to match.
This commit is contained in:
Andrew Clark 2019-05-29 14:52:11 -07:00 committed by GitHub
parent 1cc3bba004
commit 8ce8b9ab81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -132,6 +132,7 @@ jobs:
- facebook-www
- node_modules
- react-native
- dist
- sizes/*.json
process_artifacts:

View File

@ -136,7 +136,7 @@ function git(args) {
for (let i = 0; i < statuses.length; i++) {
const status = statuses[i];
// This must match the name of the CI job that creates the build artifacts
if (status.context === 'ci/circleci: build') {
if (status.context === 'ci/circleci: process_artifacts') {
if (status.state === 'success') {
baseCIBuildId = /\/facebook\/react\/([0-9]+)/.exec(
status.target_url